12

After creating a few snapshots in a lxd container using lxc snapshot I cannot find a way to list those snapshots. lxc list lists only containers, not the snapshots of each container. How can I list the names of all snapshots of a container? Thanks.

stefanos
  • 123
  • 1
  • 4

2 Answers2

11

You can list the snapshots for a container named example with:

lxc info example --verbose
Ivan Ogai
  • 416
  • 4
  • 4
3

Ubuntu 16.04 LTS

lxc info container

If you use ZFS for storage

zfs list -t snapshot
niksfirefly
  • 131
  • 1