diameter / rtorrent-rutorrent

Docker container with supervisor/rtorrent/nginx/ruTorrent 64/32 bit
155 stars 72 forks source link

is user name space in docker blocking traffic ? #43

Closed MaraScott closed 7 years ago

MaraScott commented 7 years ago

Hi,

I installed rtorrent on two different servers which have two different docker-daemon configuration

on this conf, it works :

{
  "live-restore": true,
  "icc": true,
  "authorization-plugin": ""
}

on this conf it doesn t work :

{
  "live-restore": true,
  "icc": false,
  "authorization-plugin": "Volume",
  "authorization-plugin": "Network",
  "disable-legacy-registry": true,
  "userland-proxy": false,
  "userns-remap": "default"
}

Any idea, how can I debug this ?

MaraScott commented 7 years ago

Works now, but I m not sure why