harbor/README.md
2017-02-13 13:43:38 +08:00

10 lines
190 B
Markdown

# Harbor Clarity Demo
How to run this demo by using Docker?
Follow up these steps below.
```sh
$ docker build -t . harbor-clarity-demo
$ docker run -d -p 4200:4200 harbor-clarity-demo
```