# rust Nightly Rust build including Cargo and GDB ## Usage ```sh $ docker run --rm -it -v /local/source:/usr/src/app schickling/rust ``` Mount your local source folder to the container and compile & run code inside.