Skip to content

repi/rust-mingw-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A Docker image based on Ubuntu that contains MinGW, rustup, Rust, Cargo and Wine. Based on the official Rust image and automatically updated when the rust image is updated.

Cargo is able to build and run binaries for the x86_86-pc-windows-gnu and i686-pc-windows-gnu targets.

Example

docker pull tomaka/rust-mingw-docker

docker run --rm -it -v `pwd`:/usr/code -w /usr/code tomaka/rust-mingw-docker
cargo test --target x86_86-pc-windows-gnu
cargo test --target i686-pc-windows-gnu

About

🐳 Docker image with Rust configured for x86_64-pc-windows-gnu and i686-pc-windows-gnu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%