publisher

command
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2015 License: Apache-2.0, Apache-2.0 Imports: 8 Imported by: 0

README

publisher

Publisher listens directly to a docker socket bind-mounted into the container and listens to the docker events API for running containers on the host. Deis applications are published to etcd for service discovery.

Running this Container

Run the publisher with the --etcd-host set to be the IP address/hostname of the etcd endpint you wish to target, and --host to be the IP address of the host running this container:

$ docker run -d -v /var/run/docker.sock:/tmp/docker.sock deis/publisher --etcd-host=192.168.0.1 --host=192.168.0.1

Building from Source

To build the image, run make build.

The build/runtime environment is split into two parts:

The build environment

Based on deis/go, this image installs Go and compiles publisher into a binary.

The runtime environment

Leveraging the build environment, this image pulls in the standalone binary compiled in the build environment and injects it into a minimal standalone container, minimizing the disk space footprint that this image takes up. In fact, this image is < 5MB:

$ docker images | grep publisher
deis/publisher                           master              7974d140b07d        11 minutes ago      4.678 MB
deis/publisher-build                     master              75983660e714        11 minutes ago      1.091 GB

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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