Skip to content

Commit 43374c8

Browse files
authored
Updated extension of exported updaters
1 parent fc84c51 commit 43374c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ You must first have a connected Clair cluster initialized to perform the followi
5353
1. On internet-connected machine :
5454

5555
```bash
56-
clairctl --config clair_config/config.yml export-updaters updates.gz
56+
clairctl --config clair_config/config.yml export-updaters updates.json
5757
```
5858

59-
:information_source: The archive will be ~8.5Gb
59+
:information_source: The JSON file will be ~8.5Gb
6060

61-
2. Transfer the `updates.gz` archive and run :
61+
2. Transfer the `updates.json` archive and run :
6262

6363
```bash
64-
clairctl import-updaters updates.gz
64+
clairctl import-updaters updates.json
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._
67+
_In order to have access to the internal networking including Postgres database, you may need to copy `updates.json` inside `clair`'s container with `docker cp` command and then run the command above from inside the container._
6868
6969
3. Matcher processes should have the disable_updaters key set to disable automatic updaters running.
7070

0 commit comments

Comments
 (0)