Skip to content

Commit

Permalink
Add Docker information in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Pradas committed Nov 12, 2016
1 parent e0d037d commit 009a0bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,19 @@ will show you what those commands mean.

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

Expand Down

0 comments on commit 009a0bd

Please sign in to comment.