GithubHelp home page GithubHelp logo

docker-rockchip's Introduction

OS requirements

To install Docker, you need the 64-bit version of one of these Ubuntu versions:

  • Yakkety 16.10
  • Xenial 16.04 (LTS)
  • Trusty 14.04 (LTS)

Install Docker

Use this command to install the latest version of Docker:

apt-get install docker

Please add your user to the Docker user group like this:

sudo usermod -aG docker <username>
newgrp docker

Start run Docker deamon:

service docker start

Build Docker image by dockerfile:

sudo docker build -t rockchip .

Now you get a Docker image named "rockchip" which include a debian multiarch cross-compiling enviroment.

Build application

normal application:

docker run -v <package dir>:/home/rk/packages rockchip bash -c "cd /home/rk/packages/<package name>; <build command>"

e.g:

docker run -v ~/workbench/debian-sdk/packages:/home/rk/packages rockchip bash -c "cd /home/rk/packages/mpp; DEB_BUILD_OPTIONS=nocheck debuild  -i -nc -us -uc -b -d  -aarmhf"

Modify image

If you want to modify your Docker image, you can open a shell by below command:

docker run -it rockchip /bin/bash

After exit from container, you should use below command to save your changes.

docker commit  <container_id> rockchip

Others

To get more informations about dockers, please check below link: https://docs.docker.com

docker-rockchip's People

Contributors

phhusson avatar wzyy2 avatar

Watchers

 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.