We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6fd57 commit 5312c6bCopy full SHA for 5312c6b
README.md
@@ -1 +1,10 @@
1
-# golang-docker-multistage-build-demo
+# 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