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
# docker run -d --net=isolated_network --name mongodb mongo
7
-
# docker run -d --net=isolated_network --name nodeapp -p 3000:3000 danwahlin/nodeapp
7
+
8
+
# NOTE: $(pwd) in the following line is for Mac and Linux. See https://blog.codewithdan.com/docker-volumes-and-print-working-directory-pwd/ for Windows examples.
0 commit comments