# octave Lightweight nightly rust image 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.