Skip to content

Commit 3dac0a4

Browse files
committed
modified: README.md
1 parent 0b8f6a4 commit 3dac0a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,12 @@ It is a typical NodeJS project layout.
108108

109109
<strong> Generate A Docker Image</strong>
110110

111-
Build a docker image base on the given Dockerfile and .dockerignore is this folder. After successful docker build, run the image to verify correctness. Then it can be pushed to dockerhub or your favorite cloud provider.
111+
If you pulled or cloned this code base, replace my dockerhub username 'marknre' with your own DockerHub's username.
112+
Using the correct DockerHub username ensures error free `docker push` operation.
112113

113-
The Docker container is built and saved to current working directory. Replace tag name 'hurricanemark' with your own github username.
114+
Build a docker image base on the given Dockerfile and .dockerignore is this folder.
115+
After successful docker build, run the image to verify correctness.
116+
Then it can be pushed to dockerhub or your favorite cloud provider.
114117

115118
`docker build -t marknre/techrolemiweatherapp:2.0 .`
116119

0 commit comments

Comments
 (0)