Search code examples
linuxdockerdebiandebian-jessie

Docker Engine Installation failed


I have a board with OS Debian 8. And I wanna install "Docker Engine". I have used this link for installation, but I got the error message:

img description: Error message

Do someone have the same? I tried "update", "upgrade" and nothing in the result.

I hope that everything clear, if not sorry, I can give more information.

Best Regards.


Solution

  • I did it as describe below:

    cd /var/lib/dpkg/info
    sudo rm docker-engine.*
    sudo apt-get -f install
    

    And that's it...