Line 96:
Line 96:
# podman login quay.io
# podman login quay.io
−
# podman container checkpoint --create-image quay.io/rst0git/checkpoint-image-test-1 looper
+
# podman container checkpoint --create-image quay.io/<username>/<reponame> looper
−
# podman push quay.io/rst0git/checkpoint-image-test-1
+
# podman push quay.io/<username>/<reponame>
The content of the image layer is in the same format as a checkpoint archive created with the <code>--export</code> option.
The content of the image layer is in the same format as a checkpoint archive created with the <code>--export</code> option.
Line 106:
Line 106:
And pulled and restored on a different system:
And pulled and restored on a different system:
−
# podman pull quay.io/rst0git/checkpoint-image-test-1
+
# podman pull quay.io/<username>/<reponame>
−
# podman container restore quay.io/rst0git/checkpoint-image-test-1
+
# podman container restore quay.io/<username>/<reponame>
−
# podman inspect quay.io/rst0git/checkpoint-image-test-1
Restoring multiple containers at the same time can be achieved as follows:
Restoring multiple containers at the same time can be achieved as follows: