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

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

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
```