Skip to content

Commit

Permalink
contrib: Fix dead link from analyze-local-images' README
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M committed Mar 25, 2016
1 parent 74d1f7f commit 55e9c0d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions contrib/analyze-local-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ There are absolutely no guarantees and it only uses a minimal subset of Clair's

## Install

You need to install this tool:
To install the tool, simply run the following command, with a proper Go environment:

go get -u github.com/coreos/clair/contrib/analyze-local-images

You also need a working Clair instance, the bare minimal setup is to run Clair in a Docker instance without much configuration,
To learn more about how to run Clair, take a look at the [doc](https://github.com/coreos/clair/blob/master/docs/Run.md):

docker run -it -v /tmp:/tmp -p 6060:6060 -p 6061:6061 -v <DIR_WITH_CONFIG>:/config:ro quay.io/coreos/clair:latest --config=/config/<CONFIG_FILENAME>.yaml

You will need to let it do its initial vulnerability update, which may take some time.
You also need a working Clair instance. To learn how to run Clair, take a look at the [README](https://github.com/coreos/clair/blob/master/README.md). You then should wait for its initial vulnerability update to complete, which may take some time.

# Usage

Expand Down

0 comments on commit 55e9c0d

Please sign in to comment.