Skip to content

Commit 8417e7c

Browse files
committed
init
0 parents  commit 8417e7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu
2+
3+
RUN apt-get update && apt-get install -yq socat
4+
5+
EXPOSE 2375
6+
7+
CMD socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CLIENT:/var/run/docker.sock

0 commit comments

Comments
 (0)