Skip to content

oswaldoooo/appbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APPBOX

Use Example

# run with redis box config file
appbox run -f redis-box.json
appbox run redis-server --path /etc/redis --path /var/log --static-path /home/user/.data 

Create Network Zone

# create a network bridge at current namespace
appbox network add --name appbox1 --ip 172.20.10.1 --type bridge
# create on target namespace
appbox network add --name appbox1 --ip 172.20.10.1 --type bridge --pid 3424

Base appbox on target network namespace

config json add LinkNet field

{
  "LinkNet":"3234"
}

About

linux lightly resource isolation box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors