mirror of
https://github.com/goharbor/harbor
synced 2025-04-06 11:20:14 +00:00
Fix commond issue
This commit is contained in:
parent
3c35fcb5cf
commit
5864434a28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user