mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-15 19:06:06 +00:00
README.md: add instructions for using Docker
This commit is contained in:
parent
20124b79c3
commit
cd96861740
14
README.md
14
README.md
@ -67,6 +67,20 @@ _Tested on macOS Sierra (10.12.6)_
|
||||
stack exec jupyter -- notebook
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
||||
If you prefer a Docker-based workflow, you can use it to create an IHaskell
|
||||
notebook environment. For example:
|
||||
|
||||
```bash
|
||||
$ docker build -t ihaskell:latest .
|
||||
$ docker run -it -p8888:8888 ihaskell:latest
|
||||
```
|
||||
|
||||
Currently the component that takes the longest time to compile is
|
||||
`ihaskell-widgets`, so if you're in a hurry you may want to comment that out in
|
||||
`stack.yaml`.
|
||||
|
||||
## Nix
|
||||
|
||||
If you have the `nix` package manager installed, you can create an IHaskell
|
||||
|
Loading…
x
Reference in New Issue
Block a user