https://github.com/kevingimbel/docker-cli-sample
Example Rust CLI build and run with docker. Part of a blog post.
https://github.com/kevingimbel/docker-cli-sample
Last synced: 10 months ago
JSON representation
Example Rust CLI build and run with docker. Part of a blog post.
- Host: GitHub
- URL: https://github.com/kevingimbel/docker-cli-sample
- Owner: KevinGimbel
- License: mit
- Created: 2020-08-06T12:28:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T12:29:04.000Z (over 5 years ago)
- Last Synced: 2025-01-17T17:35:36.300Z (12 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cli-sample
This repository contains the example code from my blog post ["Shipping Rust CLIs with Docker"](https://kevingimbel.de/blog/2020/08/shipping-rust-clis-with-docker/).
## Usage
1. Clone the repo
2. Run `docker build -t yourname/cli-sample .`
3. Run `docker run --rm yourname/cli-sample hello world`