Skip to content

Commit

Permalink
Added Docker section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
salivian committed Sep 17, 2020
1 parent 22bb0c8 commit 3a6a38e
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 @@ -8,6 +8,19 @@ The `master` branch now contains a new implementation of Nanocubes in the C prog

Here is a link to the new [API](/api/README.md)

# Docker Demo
```
$git clone https://github.com/laurolins/nanocube.git
$cd nanocube
#build the docker image
$docker build . -t nanocube
#run the demo
$docker run -it --rm -p 12345:80 nanocube
# See the demo at http://localhost:12345/ zoom into Chicago
```

# Compiling on Linux or Mac

```shell
Expand Down

0 comments on commit 3a6a38e

Please sign in to comment.