rockerize

Crates.iorockerize
lib.rsrockerize
version0.0.2
sourcesrc
created_at2020-07-24 04:33:54.704661
updated_at2020-07-24 07:23:15.54253
descriptionDockerize your rust application easily
homepagehttps://github.com/meinside/rockerize
repositoryhttps://github.com/meinside/rockerize
max_upload_size
id268872
size17,482
Sungjin Han (meinside)

documentation

README

rockerize

Dockerize your rust application easily.

It will build (and run) a minimal docker image for your application.

Built with rust.

USAGE

# 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

INSTALL

$ cargo install rockerize

KNOWN ISSUES

  • Not yet usable on platforms other than x64 (eg. armv7, arm64v8, ...) due to the MUSL support issue.

LICENSE

MIT

Commit count: 7

cargo fmt