mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 01:00:08 +01:00
10 lines
190 B
Markdown
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
|
|
```
|