We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f047ce commit 027cff1Copy full SHA for 027cff1
docker.md
@@ -17,7 +17,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
17
| `docker container rm $(docker container ls -a -q)` | Remove all containers |
18
| `docker image ls -a` | List all images on this machine |
19
| `docker image rm <image id>` | Remove specified image from this machine |
20
-| `docker image rm $(docker image ls -a -q)` | Remove all images from this machine |
+| `docker image rm$(docker image ls -a -q)` | Remove all images from this machine |
21
| `docker login` | Log in this CLI session using your docker credentials |
22
| `docker tag <image> <username>/<repository>:<tag>` | Tag `<image>` for upload to registry |
23
| `docker push <username>/<repository>:<tag>` | Upload tagged image to registry |
0 commit comments