Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineiti/rust-docker
Learning how to improve docker building times with rust
https://github.com/ineiti/rust-docker
Last synced: 2 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T11:04:11.000Z (over 3 years ago)
- Last Synced: 2024-11-03T08:23:54.186Z (about 2 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