$ git clone git@github.com:dongri/hello-rust.git
$ cd hello-rust
$ cargo build
$ cargo run
Running `target/debug/hello`
$ cd hello-rust
$ docker-compose up
$ heroku plugins:install heroku-container-tools
$ heroku create
$ heroku container:login
$ heroku container:push web
open https://***.herokuapp.com