summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 96931b9..e5608ec 100644
--- a/README.md
+++ b/README.md
@@ -166,14 +166,13 @@ docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Status}}"
# $ docker run -it alpine:latest cat /etc/os-release
-```terminal32
-docker run -it alpine:latest cat /etc/os-release
-```
-
1. check if "alpine:latest" is on docker host
1. download "alpine:latest" from registry to docker host
1. start a container using the "alpine:latest" image
+```terminal32
+docker run -it alpine:latest cat /etc/os-release
+```
# Dockerfile
@@ -308,7 +307,7 @@ time docker build -t big-image:latest examples/002/
# docker image ls
```terminal32
-docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}" | grep -v gitlab
+docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}"
```
# dive big-image:latest