Merge pull request #3076 from yixingjia/fixtypo

Fix command issue
This commit is contained in:
yixingjia 2017-08-18 00:05:45 -07:00 committed by GitHub
commit f6eea98261

View File

@ -50,7 +50,7 @@ Copy the `vulnerability.sql` and `clear.sql` to the host where Harbor is running
```
$ docker exec -i clair-db psql -U postgres < clear.sql
$ docker exec -i clair-db psql U postgres < vulnerability.sql
$ docker exec -i clair-db psql -U postgres < vulnerability.sql
```
### Rescanning images