Sign inSign up

ieee0824/skyclad

By ieee0824

Updated over 8 years ago

skyclad observes the docker container.

Image
0

1.2K

ieee0824/skyclad repository overview

skyclad

skyclad observes the docker container.
Notify you when there are old containers in time series.

docker pull

$ docker pull ieee0824/skyclad

docker build

$ docker build -t skyclad .

run

# output stdout
$ docker run --rm --name skyclad -v /var/run/docker.sock:/var/run/docker.sock skyclad

or

# output slack
$ docker run --rm --name skyclad -v /var/run/docker.sock:/var/run/docker.sock skyclad -slack-api ${SLACK_KEY} -n slack

help

$ skyclad -h

License

MIT

Tag summary

Content type

Image

Digest

Size

41.9 MB

Last updated

over 8 years ago

docker pull ieee0824/skyclad