https://github.com/ineiti/rust-docker
Learning how to improve docker building times with rust
https://github.com/ineiti/rust-docker
Last synced: 3 months ago
JSON representation
Learning how to improve docker building times with rust
- Host: GitHub
- URL: https://github.com/ineiti/rust-docker
- Owner: ineiti
- Created: 2021-04-02T12:03:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T11:04:11.000Z (over 4 years ago)
- Last Synced: 2025-02-13T19:41:34.499Z (5 months ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-Docker Chef Example
This is a simple example of a binary package depending on a library package:
- one: binary, depends on:
- two: libraryThe goal of this repo is twofold:
1. Check how to write a Dockerfile using `cargo chef` to speed up compilation
2. Learn how to use `cargo chef` with `wasm32-unknown-unknown` target