A docker image for using the pros cli.
docker run --rm -v /dev:/dev -v $PWD:/builds --device /dev/ttyACM0 buzzec/pros:latest pros build
docker run --rm -v /dev:/dev -v $PWD:/builds --device /dev/ttyACM0 buzzec/pros:latest pros upload
docker run --rm -v /dev:/dev -v $PWD:/builds --device /dev/ttyACM0 buzzec/pros:latest pros build && pros upload
(Replace ttyACM0 with the actual port the v5 reports on)
Content type
Image
Digest
Size
578.7 MB
Last updated
over 5 years ago
docker pull buzzec/pros