From fbdbce045a9a91a2df1b208e2cc26ca7a537a4ca Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 6 Nov 2014 12:17:31 +0100 Subject: [PATCH] rm --- octave/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octave/README.md b/octave/README.md index 9396c91..ce8b0ce 100644 --- a/octave/README.md +++ b/octave/README.md @@ -5,7 +5,7 @@ Lightweight ocatve development environment ## Usage ```sh -$ docker run -it -v /local/source:/usr/src/app schickling/octave +$ docker run --rm -it -v /local/source:/usr/src/app schickling/octave ``` Mount your local source folder to the container and run it inside the container.