Dockerize your rust application easily.
It will build (and run) a minimal docker image for your application.
Built with rust.
```bash
$ cd /some/where/my-project/
$ rockerize
$ rockerize --build-only
$ rockerize --exposed-ports 80 443
$ rockerize --add-files ./config.toml
$ rockerize --help ```
bash
$ cargo install rockerize
MIT