LXC create container from snapshot

  1. Create a snapshot
lxc snapshot [mycontainer] [snapshot name]
  1. Create local image from snapshot
lxc publish [mycontainer]/[snapshot name] --alias [image alias]
  1. List your images
lxc image list
  1. Create container from iamge
lxc launch [image alias] [mynewcontainer]