LXC create container from snapshot
- Create a snapshot
create_snapshot.sh
lxc snapshot [mycontainer] [snapshot name]- Create local image from snapshot
publish_image.sh
lxc publish [mycontainer]/[snapshot name] --alias [image alias]- List your images
list_images.sh
lxc image list- Create container from iamge
launch_container.sh
lxc launch [image alias] [mynewcontainer]If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow