https://github.com/gordon-f/docker-android-ndk-rust
Docker image with pre-installed NDK and Rust Stable
https://github.com/gordon-f/docker-android-ndk-rust
android android-ndk docker dockerfile rust rust-lang
Last synced: about 2 months ago
JSON representation
Docker image with pre-installed NDK and Rust Stable
- Host: GitHub
- URL: https://github.com/gordon-f/docker-android-ndk-rust
- Owner: Gordon-F
- License: mit
- Created: 2020-04-29T14:22:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T15:49:49.000Z (about 6 years ago)
- Last Synced: 2025-10-19T10:44:50.831Z (8 months ago)
- Topics: android, android-ndk, docker, dockerfile, rust, rust-lang
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android NDK Docker image with Rust specific additions. Based on [bitriseio/android-ndk](https://github.com/bitrise-io/android-ndk).
## Build image
```bash
docker build -t rust_android_ndk.image -f Dockerfile --build-arg API=21 .
```
## Run container
```bash
docker run -it --rm -v "$PWD:/home/rust/application" rust_android_ndk.image /bin/bash
```