This commit is contained in:
Max Bradbury 2020-10-04 13:24:51 +01:00
parent b310eda639
commit 3428fd76fa
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# docker-rust-cross
forked from https://github.com/etrombly/rust-crosscompile
adds git (anything else?)
## usage
```fish
docker pull synthruiner/rust-cross
cd /path/to/your/project
docker create -v (pwd):/home/rust/src --name YOURPROJECTNAME-build synthruiner/rust-cross
docker start YOURPROJECTNAME-build -ai
```