Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoritea/docker-list-stages
list docker build stages from a Dockerfile
https://github.com/minoritea/docker-list-stages
docker docker-multi-stage-build dockerfile go
Last synced: about 2 months ago
JSON representation
list docker build stages from a Dockerfile
- Host: GitHub
- URL: https://github.com/minoritea/docker-list-stages
- Owner: minoritea
- Created: 2021-08-19T23:07:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T00:01:11.000Z (over 3 years ago)
- Last Synced: 2024-06-20T00:39:03.977Z (7 months ago)
- Topics: docker, docker-multi-stage-build, dockerfile, go
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-list-stages
list docker build stages from a Dockerfile# Install
```console
$ go install github.com/minoritea/docker-list-stages
```# Usage
```console
$ docker-list-stages ./Dockerfile
```