Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 478 Bytes

plan9port-docker

Build plan9port in a docker container.

Running the below commands will build plan9port inside a Docker container. Binaries will be copied to bin/ in the current folder.

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