Giter VIP home page Giter VIP logo

Comments (10)

umiddelb avatar umiddelb commented on July 16, 2024

So for the beginning I have to use a pre compiled docker package?

Hm, you may try this then. At the time of writing the build process didn't require Docker to be installed ...

from armhf.

 avatar commented on July 16, 2024

Thx for your immediate reply. After purging every docker related stuff I tried again compiling it and the deb file works fine even there was the warning I've spoken about. So everything is fine now.

But in generel docker on ARM can only run docker images created for ARM, right?

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

But in generel docker on ARM can only run docker images created for ARM, right?

correct, it's the same with x86. You can of course use qemu to emulate ARM on x86.
ARMv8(PINE64, ODROID-C2, Raspberry Pi 3) can execute ARMv7 (most 32 ARM CPUs) and ARMv6 (Raspberry Pi1)

from armhf.

 avatar commented on July 16, 2024

Thanks for confirming!
Well, self compiling docker is a good experience for a beginner like me. But is there a community repo I could use for apt-get upgrade docker automatically in the future?

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

Most Linux distributions already have an installer package for Docker, which includes additional configuration items as well, so sudo apt-get install docker.io should work in most cases.

Latest Docker binaries can be found here as well.

from armhf.

 avatar commented on July 16, 2024

Thanks for the Link.
But just to clarfiy: I was asking for an ARM repository. The fact that I didn't find a docker package in my Debian distribution for ARM led me to your tutorial "docker on a raspberry pi in three steps". ;)

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

You may need to enable stable / testing repository in order to install Docker on Debian Jessie (stock Debian, not Raspbian) out of the box, please take a look here.

from armhf.

 avatar commented on July 16, 2024

That's clear. I was just wondering if there are any (community-)repos for Docker on ARM devices (which I had to add to my existing repos, of course). If there are no such repos it's okay - I just wanted to ask someone like you with a lot of experience in Docker.

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

The Hypriot team maintains a community repo for Docker and Docker related tools (ARMv7/armhf at this time only, ARMv8/aarch64 still to come).

wget -q https://packagecloud.io/gpg.key -O - | apt-key add -
echo 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main' > /etc/apt/sources.list.d/hypriot.list

from armhf.

 avatar commented on July 16, 2024

Sorry, I could have find this by myself before ( http://blog.hypriot.com/post/family_arm_hardware_for_docker_more_children/ ). Thanks alot, this is what I was looking for!

from armhf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.