Build and run rust in Docker Just a veeery simple experiment. To build $ docker build -t rust-hello . To run $ docker run rust-hello