Giter Club home page Giter Club logo

pine64-docker's Introduction

Compile Docker for Pine64

https://travis-ci.org/yang-l/pine64-docker.svg?branch=master

This repository stores binary Docker files compiled from source on Pine64 and for Pine64.

Bianry Docker files are stored under versioned branch. To extract the Docker binary files on Pine64, this can be done in one step

curl -sLk https://github.com/yang-l/pine64-docker/raw/v1.12.0/docker.tar.xz | tar -C /usr/bin/ -xJpf -

The version string โ€œv1.12.0โ€ can be replaced by any available branch names under this repository.

The Docker binary files are compiled by following the instructions from Docker offical. The following steps need to be run under a Pine64 board (or under a aarch64 QEmu instance), otherwise different architechture binary files may be built.

git clone --depth 1 --branch v1.12.1 https://github.com/docker/docker.git
cd docker
make build
make binary
tar cJhvf docker.tar.xz --xform='s,bundles/1.12.1/binary-client,.,g;s,bundles/1.12.1/binary-daemon,.,g' bundles/1.12.1/binary-client/docker bundles/1.12.1/binary-daemon/docker-containerd bundles/1.12.1/binary-daemon/docker-containerd-ctr bundles/1.12.1/binary-daemon/docker-containerd-shim bundles/1.12.1/binary-daemon/dockerd bundles/1.12.1/binary-daemon/docker-proxy bundles/1.12.1/binary-daemon/docker-runc

Also, this process can be run inside Docker by build-docker-bin.sh, and the final binary tarball is stored in output/docker.tar.xz

pine64-docker's People

Watchers

James Cloos avatar Aris Tzoumas avatar

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.