jackwilsdon

Members
  • Posts

    2
  • Joined

  • Last visited

jackwilsdon's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm also seeing this issue - unmounting /var/lib/docker fixes the issue (my docker.img isn't on my cache disk though, it's on /mnt/disk3).
  2. How can I bind a port to a specific interface using the Docker management UI? Normally I'd use the following: $ docker run -p 127.0.0.1:8080:80 containous/whoami But it seems like the Unraid web interface won't allow putting an IP in the port configuration. Is there any way to do this from the UI?