Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jpnurmi/docker-x
- Owner: jpnurmi
- Created: 2020-09-13T07:59:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T13:25:09.000Z (5 months ago)
- Last Synced: 2024-06-08T14:41:08.992Z (5 months ago)
- Topics: docker, yocto
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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