Add Docker information in README
This commit is contained in:
parent
e0d037d529
commit
009a0bd657
13
README.md
13
README.md
@ -113,6 +113,19 @@ will show you what those commands mean.
|
|||||||
|
|
||||||
You can exit the REPL with `CTRL-d` on any OS.
|
You can exit the REPL with `CTRL-d` on any OS.
|
||||||
|
|
||||||
|
### Docker
|
||||||
|
|
||||||
|
To run koans:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --rm -v $(pwd):/app -w /app clojure lein koan run
|
||||||
|
```
|
||||||
|
|
||||||
|
To execute REPL:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --rm -it -v $(pwd):/app -w /app clojure lein repl
|
||||||
|
```
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user