Skip to content

Commit 58b7df9

Browse files
author
james
committed
hmm
1 parent b68bb67 commit 58b7df9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

containers/docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Docker
22

33
### Prune images
4-
`docker image prune -a`
4+
```
5+
docker image prune -a
6+
```
57

6-
### build
8+
### Build
79
```
810
docker build -t image_name:image_tag_optional path_to_dockerfile
911
docker build --platform linux/amd64 .

0 commit comments

Comments
 (0)