Jump to content
XPEnology Community
  • 0

Docker -Bridge vs Docker Host


TheGr33nG0blin

Question

When i try to run a qBittorrent container in Docker with Bridge mode i get no connection. If i then switch to "Use the same network as Docker Host" aka Host i will get a connection. But the question i got are, is it safe or not to run a Container this way or should i create another network to run it on?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

How are you defining "safe?"  qBittorrent should be secured by a VPN if you want to make it "safe."  I suggest binhex/qbittorrentvpn

 

Host mode allows you to solve TCP/IP port conflicts among applications, but some apps have difficulty running in host mode. If you don't have port conflicts, you can run in bridge mode without modifying the application configuration.

 

If you don't want your Docker application to know anything about your LAN (and you don't connect to it with any local devices), use host mode.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...