Beiträge von Wolf_vx


    No luck here as well. I attached my sources.list, gui output and ssh install for reference. Also a bit of a newbie

    Have both of you done apt-get update?


    How I did the last test install:
    1. Flash fresh image to SD card
    2. Wait till it starts
    3. Update to latest packages
    4. Restart
    5. Comment out security and backport lines (2 bottom ones) from sources.list
    6. apt-get update
    7. Enable docker repo
    8. Install docker
    9. Profit


    EDIT:
    You can test if you did things correctly by using apt-get install php-curl. If that doesn't ask to accept that new packages will be installed, you still haven't done something with apt or sources.
    You need to apt-get update to make sure it forgets about security patches.

    I am currently still testing but I think i found the solution. Not a great one though.
    Comment out security update entry from your etc/apt/sources.list. It will allow to install php7.0-curl of the correct version instead of the 7.0.30 it wants.
    Once docker is installed, return that entry back to working order


    EDIT:
    Yup, removing security updates entry from the sources.list allows docker to install.
    Problem was that php-curl wanted php7.0-curl but for some reason apt wanted to install 7.0.30 instead of 7.0.27 which is the version of php-common that is already installed in omv