Skip to content

Commit

Permalink
contrib: move grafana and compose here
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Aug 17, 2017
1 parent 1f5bc26 commit ac1cdd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/running-clair.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kubectl create -f clair-kubernetes.yaml
#### Docker Compose

```sh
$ curl -L https://raw.githubusercontent.com/coreos/clair/master/docker-compose.yml -o $HOME/docker-compose.yml
$ curl -L https://raw.githubusercontent.com/coreos/clair/master/contrib/compose/docker-compose.yml -o $HOME/docker-compose.yml
$ mkdir $HOME/clair_config
$ curl -L https://raw.githubusercontent.com/coreos/clair/master/config.yaml.sample -o $HOME/clair_config/config.yaml
$ $EDITOR $HOME/clair_config/config.yaml # Edit database source to be postgresql://postgres:password@postgres:5432?sslmode=disable
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ac1cdd0

Please sign in to comment.