mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-20 05:16:09 +00:00
Fix README
This commit is contained in:
parent
66ad39913f
commit
1b752edd0c
@ -123,7 +123,7 @@ in the top directory.
|
||||
|
||||
```bash
|
||||
docker build -t ihaskell:latest .
|
||||
docker run --rm -it -p8888:8888 ihaskell:latest
|
||||
docker run --rm -p 8888:8888 ihaskell:latest
|
||||
```
|
||||
|
||||
Or use the continuously updated Docker image
|
||||
@ -137,7 +137,7 @@ In order to mount your own local files into the Docker container
|
||||
use following command:
|
||||
|
||||
```sh
|
||||
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work gibiansky/ihaskell
|
||||
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan gibiansky/ihaskell
|
||||
```
|
||||
|
||||
Be aware that the directory you're mounting must contain
|
||||
|
Loading…
x
Reference in New Issue
Block a user