Skip to content

matthewvalimaki/alpine-consul-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

alpine-consul-protobuf

An image for using Protocol Buffers within Docker containers, bundled with Alpine Linux, s6 and Consul. This image is based on smebberson/alpine-consul-base.

Usage

To use this image include FROM matthewvalimaki/alpine-consul-protobuf at the top of your Dockerfile, or simply docker run --name consul-protobuf --link "alpine-server:consul-agent" matthewvalimaki/alpine-consul-protobuf.

It's very import to include a link to a container running a Consul agent (regardless if that Consul agent is running in server mode or not). The link within the container must be consul-agent which is used within /etc/services.d/consul/run to provide an IP that the Consul agent should join. Without this, the container will error and quit.

About

Alpine Linux with Consul and Google Protocol Buffer

Resources

License

Stars

Watchers

Forks

Packages

No packages published