| Crates.io | rockerize |
| lib.rs | rockerize |
| version | 0.0.2 |
| created_at | 2020-07-24 04:33:54.704661+00 |
| updated_at | 2020-07-24 07:23:15.54253+00 |
| description | Dockerize your rust application easily |
| homepage | https://github.com/meinside/rockerize |
| repository | https://github.com/meinside/rockerize |
| max_upload_size | |
| id | 268872 |
| size | 17,482 |
Dockerize your rust application easily.
It will build (and run) a minimal docker image for your application.
Built with rust.
# in your rust project's root,
$ cd /some/where/my-project/
# dockerize and run it,
$ rockerize
# or dockerize it only,
$ rockerize --build-only
# or dockerize it with exposed ports,
$ rockerize --exposed-ports 80 443
# or dockerize it with local files,
$ rockerize --add-files ./config.toml
# or just show the not-so-helpful help message
$ rockerize --help
$ cargo install rockerize
MIT