Commit cd968617 authored by Vaibhav Sagar's avatar Vaibhav Sagar

README.md: add instructions for using Docker

parent 20124b79
...@@ -67,6 +67,20 @@ _Tested on macOS Sierra (10.12.6)_ ...@@ -67,6 +67,20 @@ _Tested on macOS Sierra (10.12.6)_
stack exec jupyter -- notebook 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 ## Nix
If you have the `nix` package manager installed, you can create an IHaskell If you have the `nix` package manager installed, you can create an IHaskell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment