Browse Source

rm

pull/2/head
Johannes Schickling 10 years ago
parent
commit
fbdbce045a
  1. 2
      octave/README.md

2
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.
Loading…
Cancel
Save