Skip to content

dspearson/plan9port-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker build for plan9port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published