Skip to content

Commit fc84c51

Browse files
committed
Added notice about import
1 parent 3d113c0 commit fc84c51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ You must first have a connected Clair cluster initialized to perform the followi
6161
2. Transfer the `updates.gz` archive and run :
6262

6363
```bash
64-
clairctl import-updaters http://web.svc/updates.gz
64+
clairctl import-updaters updates.gz
6565
```
6666

67+
_In order to have access to the internal networking including Postgres database, you may need to copy `updates.gz` inside `clair`'s container with `docker cp` command and then run the command above from inside the container._
68+
6769
3. Matcher processes should have the disable_updaters key set to disable automatic updaters running.
6870
6971
```yml

0 commit comments

Comments
 (0)