We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1042075 commit d91142dCopy full SHA for d91142d
1 file changed
node.dockerfile
@@ -1,6 +1,6 @@
1
# Build: docker build -f node.dockerfile -t danwahlin/node .
2
3
-# Option 2: Create a custom bridge network and add containers into it
+# Option 1: Create a custom bridge network and add containers into it
4
5
# docker network create --driver bridge isolated_network
6
# docker run -d --net=isolated_network --name mongodb mongo
0 commit comments