mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 00:27:44 +01: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