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