Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpnurmi/docker-x

A simple and generic Docker image primarily meant for building Yocto images.
https://github.com/jpnurmi/docker-x

docker yocto

Last synced: 24 days ago
JSON representation

A simple and generic Docker image primarily meant for building Yocto images.

Awesome Lists containing this project

README

        

# Docker X

A simple and generic Docker image primarily meant for building larger
projects with complex build systems that require an older and stable
host environment. Follow the instructions below to conveniently bind
mount your home directory into a Docker X container.

Notice that Docker X by itself does not build anything. It's purely
meant for conveniently switching to an environment that can be used to
build any project anywhere in your home tree.

## Build

$ docker build -t docker-x --build-arg USER=$USER .

## Setup

$ echo "alias docker-x='docker run --rm -ti -h docker-x -w $PWD -v $HOME:$HOME docker-x'" >> ~/.bashrc

## Run

$ docker-x