An open API service indexing awesome lists of open source software.

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.

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`