https://github.com/dspearson/plan9port-docker
Docker build for plan9port
https://github.com/dspearson/plan9port-docker
Last synced: about 1 month ago
JSON representation
Docker build for plan9port
- Host: GitHub
- URL: https://github.com/dspearson/plan9port-docker
- Owner: dspearson
- License: isc
- Created: 2019-04-13T20:07:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T21:43:12.000Z (about 7 years ago)
- Last Synced: 2025-07-05T06:36:47.219Z (12 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plan9port-docker
Build plan9port in a docker container.
Running the below commands will build [plan9port](https://github.com/9fans/plan9port.git) inside a Docker container.
Binaries will be copied to bin/ in the current folder.
```bash
git clone https://github.com/dspearson/plan9port-docker.git
cd plan9port-docker
docker build --build-arg uid=$UID --build-arg user=$USER -t plan9port-build .
docker run -v $PWD:/target plan9port-build cp -r /tmp/plan9port/bin /target
```