|
# I bims 1 Container vong Linux her.
|
|
# I bims 1 Container vong Linux her.
|
|
|
|
|
|
|
|
// list containers
|
|
# lxc list
|
|
# lxc list
|
|
|
|
// launch a new container
|
|
# lxc launch images:ubuntu/16.04 mycontainer # ubuntu here, but anything goes
|
|
# lxc launch images:ubuntu/16.04 mycontainer # ubuntu here, but anything goes
|
|
// launch a shell in the container (or any other tool)
|
|
// launch a shell in the container (or any other tool)
|
|
# lxc exec mycontainer /bin/bash
|
|
# lxc exec mycontainer /bin/bash
|
... | | ... | |