Skip to content

Commit

Permalink
Merge pull request #353 from hanwen/patch-1
Browse files Browse the repository at this point in the history
Fix checkpoint filename
  • Loading branch information
Luap99 authored Jan 23, 2025
2 parents c66ef43 + 6fd9b64 commit ba83cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ transferring the checkpoint, it is possible to specify an output-file.
On the source system:

```console
$ sudo podman container checkpoint <container_id> -e /tmp/checkpoint.tar.gz
$ scp /tmp/checkpoint.tar.gz <destination_system>:/tmp
$ sudo podman container checkpoint <container_id> -e /tmp/checkpoint.tar.zstd
$ scp /tmp/checkpoint.tar.zstd <destination_system>:/tmp
```

On the destination system:

```console
$ sudo podman container restore -i /tmp/checkpoint.tar.gz
$ sudo podman container restore -i /tmp/checkpoint.tar.zstd
```

After being restored, the container will answer requests again as it did before
Expand Down

0 comments on commit ba83cd5

Please sign in to comment.