docker install error

  • I'm receiving a docker install error. It may be something simple I am missing. So far I have un-installed OMV extras, deleted the cache from the browser, and re-installed OMV extras. Thank you for any suggestions.


    Current setup:
    Dell Precision 650
    2 GB Ram
    80 GB IDE hard drive
    Xeon E7505 (3.06 GHz) CPU
    NVIDEA Quadro FX (DVI) video card
    OMV version 4.1.13-1 (Arrakis)


    OMV installation method: Debian iso and then OMV4 through https://openmediavault.readthe…stallation/on_debian.html.
    OMV extras installation: Download from http://omv-extras.org/joomla/index.php/guides and install.



    • Offizieller Beitrag

    Is the docker repo enabled in omv-extras?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Post the output of the apt clean button in omv-extras.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Unfortunately, I can't fix this one. There are no i386 docker packages in docker's repo. The only suggestion I have is run the old version of the docker package from the debian repos and hope it works with portainer. The plugin won't work with this version though.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thank you for your suggestion and effort. I'll check the older docker package from the debian repos as you mentioned. As OMV extras Docker doesn't work with i386, would it be possible to include a x64-bit only tag in the description? I think that would help with others that may experience the same thing.

  • So after reading further it appears docker has decided to only build with 64-bit however 32-bit can be built from their static binaries. The following links are what I've been able to gather that are related to installing or building docker ce 32-bit.


    Build docker daemon
    https://www.nirmata.com/2016/0…on-for-x32-architectures/


    Install docker ce i386
    https://github.com/mforkel/docker-ce-i386


    Support for installing docker ce i386 on ubuntu
    https://stackoverflow.com/ques…chine-having-ubuntu-12-04


    Build docker ce 32-bit from static binaries
    https://docs.docker.com/install/linux/docker-ce/binaries/


    I'll leave this here for reference as I don't have time to dig deeper at the moment.

  • Well after a little more reading I found Ubuntu, which is Debian based, has an i386 docker repository. I installed docker.io through Shell in a Box and and after running the test installation everything appears to be functional. It still has Ubuntu branding but credit to Canonical for making the effort. Now I just need to figure out how to make it available through OMV. Any suggestions?


    Ubuntu Docker.io i386
    https://packages.ubuntu.com/cosmic/i386/docker.io/download


    Alternate link
    https://launchpad.net/ubuntu/c…ocker.io/18.06.1-0ubuntu1


    Docker test installation
    https://docs.docker.com/get-st…#test-docker-installation

    • Offizieller Beitrag

    Any suggestions?

    The plugin requires docker-ce. So, the plugin would have to be modified (potentially a lot of places especially after the recent 18.09 changes). You could try the omv 3.x plugin that still used docker.io - https://bintray.com/openmediav…openmediavault-docker-gui

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Then you should be able to use the second to last version 4.0.1 on bintray too.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I have same problem. I did try to re-enable Docker repo but no success. When docker gui installed with errors, through ssh apt-get update && apt-get upgrade and aptitude found badly installed packages


    2 not fully installed or removed.
    Do you want to continue? [Y/n] y
    Setting up docker-ce (5:18.09.1~3-0~debian-stretch) ...


    Configuration file '/etc/default/docker'
     ==> File on system created by you or by a script.
     ==> File also in package provided by package maintainer.
      What would you like to do about it ? Your options are:
      Y or I : install the package maintainer's version
      N or O : keep your currently-installed version
      D : show the differences between the versions
      Z : start a shell to examine the situation
     The default action is to keep your current version.
    *** docker (Y/I/N/O/D/Z) [default=N] ? y



    and seem that all works after install the package maintainer's version.

  • sorry to drag this thread up on my first post.


    I just recently installed Debian 9 Stretch on a Mac Mini 1,1 which has a Core Duo processor. That was a full days work in itself - but got there eventually. OMV 4 installed with no problems until I tried to install Docker and I've run into this i386 problem.


    What are my options to get Docker up and running - if there are instructions in the previous posts on this thread I'm not totally sure what I should do.


    Would really appreciate finding a workaround - or I'll probably buy a new Core 2 Duo processor off ebay.

    • Offizieller Beitrag

    How can I get the earlier version of docker gui from Bintray link mentioned above - I'm not familiar with using that site.

    https://bintray.com/openmediav…openmediavault-docker-gui

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!