create
Creates a new snapshot from a volume. If a name is not specified, Hyper generates a random id:
Snapshots only capture data that has been written to your volume at the time the snapshot command is issued. This might exclude any data that has been cached by the container. You can take a snapshot of an attached volume that is in use. However, to ensure a consistent and complete snapshot, you should stop the container, issue the snapshot command, and then start the container.
Snapshot names must be unique. This means you cannot use the same snapshot name with two different snapshots. If you attempt this hyper
returns an error:
Last updated