Skip to content

Collection of Dockerfiles for building embedded software distributions

License

Notifications You must be signed in to change notification settings

andragabr/easy-build

 
 

Repository files navigation

easy-build

This repository contains a collection of Docker files that help rebuilding embedded software distributions.

Please refer to the README.md file available under each subdirectory for details:

System Requirements

  • Docker 0.9.1 or later (tested on Ubuntu and CoreOS)
  • A fast Internet connection

Locally building an image from Dockerfile

Execute the following commands:

cd <build-something>
docker build -t mybuild .

Running locally built image

Execute the following commands:

docker run -i -t mybuild
su - build
# (depends on the specialized image being run)

Running pre-built image available at the public Docker index

Execute the following commands:

docker run -i -t gmacario/<build-something>
su - build
# (depends on the specialized image being run)

About

Collection of Dockerfiles for building embedded software distributions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published