Help with connecting to docker socket proxy


Sak

Recommended Posts

Hi, I am trying to improve security on my unraid server as I have many exposed containers.
One of the way is to user docker socket proxy for any containers that requires access to docker socket.

 

some containers such as dozzle lets me set the socket endpoint through an environment variable.

but my sablier container does not have that option.

 

I found an example online where you can use the --host or -H command to set the daemon host.

In the compose.yml file you can set it easily through the "command" block

 command: -H tcp://socket-proxy:2375

 

How can I do the same with the unraid docker gui? I have tried adding it as an extra parameter but that did not work.

Link to comment
  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.