Skip to content

Examples on how to build a small container with a Rust application

License

Notifications You must be signed in to change notification settings

giggio-samples/minirust

Repository files navigation

Rust FROM scratch

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.

Running

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.

Author

Giovanni Bassi

License

Licensed under the MIT.