Skip to content

Commit

Permalink
docs: Add missing -o in Importing saved containers to Podman
Browse files Browse the repository at this point in the history
Signed-off-by: Gaëtan <[email protected]>
  • Loading branch information
gaetschwartz authored and benoitf committed Jan 29, 2025
1 parent e736093 commit 8c63dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Consider importing saved containers to continue using familiar containers.
<TabItem value="docker" label="Docker">

```shell-session
$ docker export <your_container> > <your_container_archive>.tar
$ docker export <your_container> > -o <your_container_archive>.tar
```

</TabItem>
Expand Down

0 comments on commit 8c63dbb

Please sign in to comment.