You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,12 @@ It is a typical NodeJS project layout.
108
108
109
109
<strong> Generate A Docker Image</strong>
110
110
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.
112
113
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.
0 commit comments