Docker for UDOO?

Discussion in 'Kernels' started by javawolfpack, Jun 27, 2014.

  1. javawolfpack

    javawolfpack New Member

    Joined:
    Jun 1, 2014
    Messages:
    8
    Likes Received:
    0
    Anyone know if someone has figured out how to get docker to run on the UDOO?

    http://www.docker.com/

    Anyway let me know if anyone knows of thoughts/ideas on how to get Docker to work on the UDOO.

    Thanks.
     
  2. pdblood

    pdblood UDOOer

    Joined:
    Apr 7, 2014
    Messages:
    14
    Likes Received:
    0
  3. javawolfpack

    javawolfpack New Member

    Joined:
    Jun 1, 2014
    Messages:
    8
    Likes Received:
    0
    I saw both of those... And I'm not sure about the docker/udoo github thing as seems very rambling and wasn't sure what they had accomplished or what they were trying to accomplish from what is posted.
     
  4. faye

    faye New Member

    Joined:
    Sep 2, 2014
    Messages:
    3
    Likes Received:
    0
    The simplest way is now:
    1) Install ArchLinux for Arm (Alarm)
    2) Upgrade to 3.16.1 kernel
    pacman -Syu linux-armv7
    pacman -Syu uboot-udoo-quad

    If you didn't put /boot on a different partition things become more complex.
    You need to symlink the /boot/dtbs directory to /dtbs
    (Do this if you can ssh but can't see the hdmi)

    3) Install Docker.
    4) Profit.

    I believe it may not support the hardware accelerated video.
     

Share This Page