< Previous | Contents | Next >
The 'lts' alias always refers to the latest released LTS image. 5.15.1. Snapshots
Containers can be renamed and live-migrated using the 'lxc move' command:
lxc move c1 final-beta
43 http://manpages.ubuntu.com/manpages/xenial/en/man5/lxc.container.conf.5.html
44 https://launchpad.net/simplestreams
They can also be snapshotted:
lxc snapshot c1 YYYY-MM-DD
Later changes to c1 can then be reverted by restoring the snapshot:
lxc restore u1 YYYY-MM-DD
New containers can also be created by copying a container or snapshot:
lxc copy u1/YYYY-MM-DD testcontainer