README: s/1.2.2/1.2.4
This commit is contained in:
parent
97347ec44d
commit
861cba0f49
@ -73,9 +73,9 @@ This runs a PostgreSQL database insecurely and locally in a container.
|
|||||||
This method should only be used for testing.
|
This method should only be used for testing.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.2/docker-compose.yml -o $HOME/docker-compose.yml
|
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.4/docker-compose.yml -o $HOME/docker-compose.yml
|
||||||
$ mkdir $HOME/clair_config
|
$ mkdir $HOME/clair_config
|
||||||
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.2/config.example.yaml -o $HOME/clair_config/config.yaml
|
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.4/config.example.yaml -o $HOME/clair_config/config.yaml
|
||||||
$ $EDITOR $HOME/clair_config/config.yaml # Edit database source to be postgresql://postgres:password@postgres:5432?sslmode=disable
|
$ $EDITOR $HOME/clair_config/config.yaml # Edit database source to be postgresql://postgres:password@postgres:5432?sslmode=disable
|
||||||
$ docker-compose -f $HOME/docker-compose.yml up -d
|
$ docker-compose -f $HOME/docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
@ -93,9 +93,9 @@ This is the recommended method for production deployments.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ mkdir $HOME/clair_config
|
$ mkdir $HOME/clair_config
|
||||||
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.2/config.example.yaml -o $HOME/clair_config/config.yaml
|
$ curl -L https://raw.githubusercontent.com/coreos/clair/v1.2.4/config.example.yaml -o $HOME/clair_config/config.yaml
|
||||||
$ $EDITOR $HOME/clair_config/config.yaml # Add the URI for your postgres database
|
$ $EDITOR $HOME/clair_config/config.yaml # Add the URI for your postgres database
|
||||||
$ docker run -d -p 6060-6061:6060-6061 -v $HOME/clair_config:/config quay.io/coreos/clair:v1.2.2 -config=/config/config.yaml
|
$ docker run -d -p 6060-6061:6060-6061 -v $HOME/clair_config:/config quay.io/coreos/clair:v1.2. -config=/config/config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Source
|
### Source
|
||||||
|
Loading…
Reference in New Issue
Block a user