dockercloud-events

command module
v0.0.0-...-b311ecb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2017 License: Apache-2.0, BSD-3-Clause Imports: 16 Imported by: 0

README

dockercloud/events

System container that forwards docker events to Docker Cloud's API. System containers are launched, configured and managed automatically on every node by Docker Cloud.

Usage

docker run \
  -d \
  -v /usr/lib/dockercloud/docker:/usr/bin/docker
  -v /var/run/docker.sock:/var/run/docker.sock:rw \
  -e EVENTS_API_URL=xxxxxxxx \
  -e DOCKERCLOUD_AUTH=xxxxxxxx \
  [-e REPORT_INTERVAL=30] \
  dockercloud/events

Arguments

Key Description
DOCKERCLOUD_AUTH Docker Cloud's API role Authorization header
EVENTS_API_URL The URL that docker events are POSTed to
REPORT_INTERVAL (optional) Interval in seconds to report autorestarted container events

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL