We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbce528 commit 7551cbdCopy full SHA for 7551cbd
docker/http_shell/Dockerfile
@@ -3,6 +3,8 @@ FROM docker:dind
3
4
EXPOSE 8080
5
6
+ENV HTTP_SHELL_PORT 8080
7
+
8
# RUN echo '开始' \
9
# && ((/usr/local/bin/docker-entrypoint.sh ) &) \
10
# && sleep 4 \
@@ -12,4 +14,4 @@ ADD ./docker-entrypoint.http_shell.sh /
12
14
13
15
ENTRYPOINT ["/docker-entrypoint.http_shell.sh"]
16
-CMD [ "dockerd" ]
17
+CMD [ "dockerd" ]
0 commit comments