summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e39f7f..81271a0 100644
--- a/README.md
+++ b/README.md
@@ -360,7 +360,7 @@ docker run -it small-image:latest
# docker image ls
```terminal32
-docker image ls --format "table {{.ID}}\t{{.Tag}}\t{{.Size}}"
+docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}"
```
# Summary