Skip to content

Commit 9708a1c

Browse files
authored
Create README.md
1 parent b11a2ba commit 9708a1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# docker-list-stages
2+
list docker build stages from a Dockerfile
3+
4+
# Install
5+
```console
6+
$ go install github.com/minoritea/docker-list-stages
7+
```
8+
9+
# Usage
10+
```console
11+
$ docker-list-stages ./Dockerfile
12+
```

0 commit comments

Comments
 (0)