File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
17
17
| ` docker container rm $(docker container ls -a -q) ` | Remove all containers |
18
18
| ` docker image ls -a ` | List all images on this machine |
19
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 |
20
+ | ` docker image rm$(docker image ls -a -q) ` | Remove all images from this machine |
21
21
| ` docker login ` | Log in this CLI session using your docker credentials |
22
22
| ` docker tag <image> <username>/<repository>:<tag> ` | Tag ` <image> ` for upload to registry |
23
23
| ` docker push <username>/<repository>:<tag> ` | Upload tagged image to registry |
You can’t perform that action at this time.
0 commit comments