June 2016
Beginner
456 pages
9h 31m
English
We have installed LXD and deployed our first container with it. In this recipe, we will learn various LXD commands that manage the container lifecycle.
Make sure that you have followed the previous recipes and created your first container.
Follow these steps to manage LXD containers:
lxc start command:
$ lxc start c1
lxc list, as follows:
$ lxc list c1
This command should list only containers ...
Read now
Unlock full access