This repo shows examples on how to build a small container with a Rust application. The demos were presented at a talk in Portuguese. The details of the talk are here.
There is a Makefile at the root, there you will find what you need to run. This is what you need to build and run everything.
make
At the end the results with be at the target
folder and the images will be names
minirust:sometag
.
Licensed under the MIT.