|
@ -5,7 +5,7 @@ Lightweight ocatve development environment |
|
|
## Usage |
|
|
## Usage |
|
|
|
|
|
|
|
|
```sh |
|
|
```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. |
|
|
Mount your local source folder to the container and run it inside the container. |