LXC create container from snapshot
- Create a snapshot
lxc snapshot [mycontainer] [snapshot name]
- Create local image from snapshot
lxc publish [mycontainer]/[snapshot name] --alias [image alias]
- List your images
lxc image list
- Create container from iamge
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