diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-28 09:21:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 09:21:48 -0700 |
commit | 9085898ce2d42bf872c137e981202820066736c7 (patch) | |
tree | 0cd0fba9abbd5f78a4aea89792224be44b3991ee /docs/podman-system-df.1.md | |
parent | ef1b58e6f28d21959196d29d5e9ab065d4e9a818 (diff) | |
parent | 2729695892aeb9e3b4a333e4983c6db81e68a27a (diff) | |
download | podman-9085898ce2d42bf872c137e981202820066736c7.tar.gz podman-9085898ce2d42bf872c137e981202820066736c7.tar.bz2 podman-9085898ce2d42bf872c137e981202820066736c7.zip |
Merge pull request #2773 from QiWang19/bug
fix bug `system df` add a space to the output
Diffstat (limited to 'docs/podman-system-df.1.md')
-rw-r--r-- | docs/podman-system-df.1.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/podman-system-df.1.md b/docs/podman-system-df.1.md index f33523dd6..b6d71c634 100644 --- a/docs/podman-system-df.1.md +++ b/docs/podman-system-df.1.md @@ -33,12 +33,12 @@ docker.io/library/alpine latest 5cb3aa00f899 2 weeks ago 5.79MB 0B Containers space usage: -CONTAINER ID IMAGE COMMAND LOCAL VOLUMES SIZE CREATED STATUS NAMES -073f7e62812d 5cb3 sleep 100 1 0B About an hourago exited zen_joliot -3f19f5bba242 5cb3 sleep 100 0 5.52kB 4 hoursago exited pedantic_archimedes -8cd89bf645cc 5cb3 ls foodir 0 58B 2 hoursago configured agitated_hamilton -a1d948a4b61d 5cb3 ls foodir 0 12B 2 hoursago exited laughing_wing -eafe3e3c5bb3 5cb3 sleep 10000 0 72B 2 hoursago running priceless_liskov +CONTAINER ID IMAGE COMMAND LOCAL VOLUMES SIZE CREATED STATUS NAMES +073f7e62812d 5cb3 sleep 100 1 0B 20 hours ago exited zen_joliot +3f19f5bba242 5cb3 sleep 100 0 5.52kB 22 hours ago exited pedantic_archimedes +8cd89bf645cc 5cb3 ls foodir 0 58B 21 hours ago configured agitated_hamilton +a1d948a4b61d 5cb3 ls foodir 0 12B 21 hours ago exited laughing_wing +eafe3e3c5bb3 5cb3 sleep 10000 0 72B 21 hours ago exited priceless_liskov Local Volumes space usage: |