diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-18 10:49:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 10:49:34 -0700 |
commit | 9289ecd478176bc3de29792d500b1383683bfe79 (patch) | |
tree | 6a4161f8911140921776d86c64a9cb74b4918ab2 /commands.md | |
parent | 91b00281e8b785208e1330a5c9679aa63a907eb9 (diff) | |
parent | d0ee203986b2de559d4b6240bab7dda789bafb73 (diff) | |
download | podman-9289ecd478176bc3de29792d500b1383683bfe79.tar.gz podman-9289ecd478176bc3de29792d500b1383683bfe79.tar.bz2 podman-9289ecd478176bc3de29792d500b1383683bfe79.zip |
Merge pull request #2674 from rhatdan/load
Cleanup messages on podman load
Diffstat (limited to 'commands.md')
-rw-r--r-- | commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.md b/commands.md index 6c5fad2f6..31a77c0c4 100644 --- a/commands.md +++ b/commands.md @@ -34,7 +34,7 @@ | [podman-info(1)](/docs/podman-info.1.md) | Display system information |[![...](/docs/play.png)](https://asciinema.org/a/yKbi5fQ89y5TJ8e1RfJd4ivTD)| | [podman-inspect(1)](/docs/podman-inspect.1.md) | Display the configuration of a container or image |[![...](/docs/play.png)](https://asciinema.org/a/133418)| | [podman-kill(1)](/docs/podman-kill.1.md) | Kill the main process in one or more running containers |[![...](/docs/play.png)](https://asciinema.org/a/3jNos0A5yzO4hChu7ddKkUPw7)| -| [podman-load(1)](/docs/podman-load.1.md) | Load an image from docker archive or oci |[![...](/docs/play.png)](https://asciinema.org/a/kp8kOaexEhEa20P1KLZ3L5X4g)| +| [podman-load(1)](/docs/podman-load.1.md) | Load an image from a container image archive |[![...](/docs/play.png)](https://asciinema.org/a/kp8kOaexEhEa20P1KLZ3L5X4g)| | [podman-login(1)](/docs/podman-login.1.md) | Login to a container registry |[![...](/docs/play.png)](https://asciinema.org/a/oNiPgmfo1FjV2YdesiLpvihtV)| | [podman-logout(1)](/docs/podman-logout.1.md) | Logout of a container registry |[![...](/docs/play.png)](https://asciinema.org/a/oNiPgmfo1FjV2YdesiLpvihtV)| | [podman-logs(1)](/docs/podman-logs.1.md) | Display the logs of a container |[![...](/docs/play.png)](https://asciinema.org/a/MZPTWD5CVs3dMREkBxQBY9C5z)| |