mirror of
https://github.com/chrisdone/duet.git
synced 2025-01-06 22:09:02 +03:00
Add note on docker run
This commit is contained in:
parent
1e293edfa0
commit
25e1cbd829
@ -17,6 +17,14 @@ $ duet run demo.hs
|
||||
|
||||
Note that this demonstrates basic argument application and non-strictness.
|
||||
|
||||
## Docker run
|
||||
|
||||
Run with the docker distribution, to easily run on any platform:
|
||||
|
||||
$ docker run -it -v`pwd`:`pwd` -w`pwd` chrisdone/duet run foo.hs
|
||||
|
||||
The image is about 11MB, so it's quick to download.
|
||||
|
||||
## Differences from Haskell
|
||||
|
||||
See also the next section for a complete example using all the
|
||||
|
Loading…
Reference in New Issue
Block a user