June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will learn about some advanced options provided by LXD.
Follow these steps to deal with LXD containers:
copy command to create such clones:
$ lxc copy c1 c2 # lxc copy source destination
You can also create a temporary copy with the --ephemeral flag and it will be deleted after one use.
lxc publish command allows you to export existing containers as a new image. The resulting image will contain all modifications from the original ...Read now
Unlock full access