Skip to content

Commit

Permalink
docs: use correct clairctl subcommands
Browse files Browse the repository at this point in the history
It seems I didn't check I used the real subcommand names when writing this.

Closes #1122

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Jan 7, 2021
1 parent 6e195c9 commit a3bb1b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/concepts/updatersandairgap.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For example:

```sh
# On a workstation, run:
clairctl updater-export updates.gz
clairctl export-updaters updates.gz
```

```sh
Expand All @@ -80,9 +80,11 @@ scp updates.gz internal-webserver:/var/www/

```sh
# On a pod inside the cluster, import the file:
clairctl updater-import http://web.svc/updates.gz
clairctl import-updaters http://web.svc/updates.gz
```

Note that a configuration file is needed to run these commands.

#### Configuration

Matcher processes should have the `disable_updaters` key set to disable
Expand Down

0 comments on commit a3bb1b6

Please sign in to comment.