Jump to content

prynn

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by prynn

  1. trying to configure the docker container but I get this error message.

    I'm not sure how to check the ports in use and delete them. Anyone? 

    login as: root
    [email protected]'s password:
    Linux openmediavault 4.15.0-0.bpo.2-amd64 #1 SMP Debian 4.15.11-1~bpo9+1 (2018-04-07) x86_64
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Sat Apr 14 16:02:12 2018 from 192.168.1.110
    root@openmediavault:~# docker create --name=rutorrent \
    > -v /home/docker/rutorrent/config:/config \
    > -v /sharedfolders/media/downloads:/downloads \
    > -e PGID=1001 -e PUID=1001 \
    > -e TZ=Europe/Stockholm \
    > -p 80:80 -p 5000:5000 \
    > -p 51413:51413 -p 61318:61318/udp \
    > linuxserver/rutorrent
    e780ee012eadd5298fda964099cef9037d0fea1dda09e97e2e666e29c0c394e1
    root@openmediavault:~# sudo docker start rutorrent
    Error response from daemon: driver failed programming external connectivity on endpoint rutorrent (b39bbc2767a1b3e1f742c01f85b160ffe24e5a8dcb4304d1553b79dce96a45a1): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
    Error: failed to start containers: rutorrent
    root@openmediavault:~#
    

     

     

    I changed the ports 80 -> 81 now the docker container is up but the web gui is not accessible at 192.168.x.x:81 firefox says "Unable to connect"

    am I missing something here?

     

    Skärmklipp.PNG

×
×
  • Create New...