Skip to content

Commit 5312c6b

Browse files
committed
updated read me
1 parent 2f6fd57 commit 5312c6b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# golang-docker-multistage-build-demo
1+
# Golang – Small Docker Images using Multistage Building
2+
3+
To run this demo:
4+
5+
1. Clone this repo `git clone https://github.com/coding-latte/golang-docker-multistage-build-demo.git`
6+
2. then, run `docker build --rm -f "scratch.dockerfile" -t demo:latest .` to build the docker image using scratch
7+
3. then, run the docker image `docker run --rm -d -p 8080:8080/tcp golang-docker-multistage-build-scratch-demo:latest`
8+
4. open your browser and navigate to [localhost:8080](http://localhost:8080)
9+
10+
For more information about this repo, please visit the accompanying article [here](https://link)

0 commit comments

Comments
 (0)