We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ef2ea commit 2d11c1eCopy full SHA for 2d11c1e
docker/Dockerfile
@@ -7,8 +7,12 @@
7
8
# docker build -t chronolaw/cpp_study .
9
10
-# docker run -it chronolaw/cpp_study bash
11
-# docker run -it --rm chronolaw/cpp_study bash
+# docker run -it chronolaw/cpp_study
+# docker run -it --rm chronolaw/cpp_study
12
+
13
+# check for http server in http_study
14
+# docker inspect bridge
15
+# curl 172.17.0.3/11-1 -v
16
17
# docker login
18
# docker push chronolaw/cpp_study
0 commit comments