Docker stop/waiting Ubuntu 14.04
  • Hi,

    I rebooted my Superdesk server running ubuntu 14.04.

    I can no longer display Superdesk as the docker status is showing as "docker stop/waiting" so therefore I cannot run the
    ./scripts/docker-local-demo.sh command. 

    Has anyone come across this or know how to resolve?

    The docker will only run for about 5 to 10 seconds and then stop.

    I have tried the following commands:

    sudo service docker start

    sudo service docker restart

    Any help would be greatly appreciated.

    Regards,

    Conor


    Post edited by Conor Cartin at 2016-04-26 12:15:26
  • 3 Comments sorted by
  • try running docker manually as `sudo docker daemon` and provide the output
    Innovations developer, Sourcefabric
  • Hi Yauhen,

    Here is the output:

    editorial@HP-Superdesk:~$ sudo docker daemon
    INFO[0000] [graphdriver] using prior storage driver "aufs"
    INFO[0000] Graph migration to content-addressability took 0.00 seconds
    INFO[0000] Firewalld running: false                     
    FATA[0000] Error starting daemon: Error initializing network controller: could not delete the default bridge network: network bridge has active endpoints

    Any idea's?

    Thanks Conor
  • Yauhen,

    I was able to research the error output message.

    And found the fix to be removing the following directory:

    /var/lib/docker/network

    Resolved by running:

    sudo rm -rf /var/lib/docker/network/files

    Thanks for your help!