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]