Skip to content

Commit 2d11c1e

Browse files
committed
Dockerfile
1 parent c1ef2ea commit 2d11c1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77

88
# docker build -t chronolaw/cpp_study .
99

10-
# docker run -it chronolaw/cpp_study bash
11-
# docker run -it --rm chronolaw/cpp_study bash
10+
# docker run -it chronolaw/cpp_study
11+
# 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
1216

1317
# docker login
1418
# docker push chronolaw/cpp_study

0 commit comments

Comments
 (0)