harbor/README.md

10 lines
190 B
Markdown
Raw Normal View History

2017-02-13 06:43:38 +01:00
# 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
```