File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/engine/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ $ docker inspect --format "{{upper .Name}}" container
9898$ docker image list --format ' {{pad .Repository 5 10}}'
9999```
100100
101- This example will add 5 spaces before the image repository name and 10 spaces after.
101+ This example adds 5 spaces before the image repository name and 10 spaces after.
102102
103103## truncate
104104
@@ -108,7 +108,7 @@ This example will add 5 spaces before the image repository name and 10 spaces af
108108$ docker image list --format ' {{truncate .Repository 15}}'
109109```
110110
111- This example will display the image repository name, truncating it to the first 15 characters if it's longer.
111+ This example displays the image repository name, truncating it to the first 15 characters if it's longer.
112112
113113## println
114114
You can’t perform that action at this time.
0 commit comments