Add spider-net and auto docker stuff

This commit is contained in:
2024-07-12 23:17:24 +02:00
parent 846016166e
commit ca68c88fa9
13 changed files with 167 additions and 0 deletions

3
docker-socat/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM alpine:3.20
RUN apk add --no-cache socat
CMD ["/usr/bin/socat","tcp-listen:2375,reuseaddr,fork","unix:/var/run/docker.sock"]