LXC: Container aus Snapshot erstellen

English Deutsch
  1. Einen Snapshot erstellen
create_snapshot.sh
lxc snapshot [mycontainer] [snapshot name]
  1. Lokales Image aus Snapshot erstellen
publish_image.sh
lxc publish [mycontainer]/[snapshot name] --alias [image alias]
  1. Images auflisten
list_images.sh
lxc image list
  1. Container aus Image erstellen
launch_container.sh
lxc launch [image alias] [mynewcontainer]

Check out similar posts by category: Container, LXC