docker-socket-proxy icon indicating copy to clipboard operation
docker-socket-proxy copied to clipboard

Could I to use the docker-socket-proxy with a password to tcp?

Open antonio24073 opened this issue 1 year ago • 1 comments

Hi,

I'm using docker-socket-proxy with a host network (internal, not accessible externally) and getting this tcp inside a containers like traefik and portainer.. I could not to set an internal network connection only for these containers because I'm using a normal container with this docker socket to a container with swarm (I don't know how connect a network between a normal container and a swarm node without to use the host network (not accessible externally). so the other containers can acess the tcp connection too.

Could I to use the docker-socket-proxy with a password to this tcp connection?

Best regards,

antonio24073 avatar Aug 15 '24 20:08 antonio24073

Something like:

    command: -H tcp://username:[email protected]:1234

antonio24073 avatar Aug 15 '24 21:08 antonio24073