Giter VIP home page Giter VIP logo

slack-docker-notify's Introduction

slack docker notify

stream events from docker to your slack #notifications channel

Usage

for single docker hosts you can simply connect to to docker via the unix socket:

docker run -d \
  -e SLACK_WEBHOOK_URL=$SLACK_WEBHOOK_URL \
  -v /var/run/docker.sock:/tmp/docker.sock:ro \
  --name notify \ 
  bhurlow/slack-docker-notify 

you may also provide a specific docker host (like a docker swarm master node):

docker run \
  -it \
  -e DOCKER_HOST=$(docker-machine ip default) \
  -e DOCKER_PORT=2376 \
  -e DOCKER_TLS_VERIFY=1 \
  -e DOCKER_CERT_PATH=/tmp/docker-certs  \
  -v /var/run/docker.sock:/tmp/docker.sock:ro \
  -v /tmp/docker-certs:/tmp/docker-certs \
  bhurlow/slack-docker-notify

note: when specify DOCKER_HOST etc, you must first copy over the certs to the host.

slack-docker-notify's People

Contributors

bhurlow avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.