Docker docker build -t my-rust-app . docker run -p 8080:8080 -it --rm --network=host --name streak my-rust-app