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