Add a remote image server¶
ddplxc@earth:~$ lxc remote add lxc images.linuxcontainers.org
List images on image server¶
images: is the name of the remote image server.
ddplxc@earth:~$ lxc images list images:
Launch a container from a “new” image¶
ddplxc@earth:~$ lxc launch ubuntu/xenial/amd64 ubuntu-xenial-20160601
Note
execing bash and running an update is highly encouraged
Stop a running container¶
ddplxc@earth:~$ lxc stop ubuntu-xenial-20160601