Skip to content

Commit

Permalink
docs: update container save/restore, Fix #1015
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Nov 19, 2023
1 parent 7853799 commit 6ee5467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/useful_tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ with podman:

```sh
podman container commit -p distrobox_name image_name_you_choose
podman save image_name_you_choose:latest | gzip > image_name_you_choose.tar.gz
podman save image_name_you_choose:latest | bzip2 > image_name_you_choose.tar.bz
```

with docker:
Expand All @@ -681,7 +681,7 @@ Now you can backup that archive or transfer it to another host, and to restore i
just run

```sh
podman load < image_name_you_choose.tar.gz
podman load < image_name_you_choose.tar.bz2
```

or
Expand Down

0 comments on commit 6ee5467

Please sign in to comment.