Hacker News new | ask | show | jobs
by kbbgl87 885 days ago
How would I do something like that? I know that docker socket is set up in /var/run/docker.socket. but how do I expose the socket to connections from the bridged network?
1 comments

docker doesn't care if its a unix socket or a tcp socket. This is documented in the docs.