Library for interacting with etcd-based service reporting. Intended to be used as a base image.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Chris Smith c1f28223e2 Use semaphore for CI. 7 лет назад
test Add docker-compose file for tests 7 лет назад
Dockerfile Initial version 7 лет назад
README.md Use semaphore for CI. 7 лет назад
etcdlib.py Add method to get networks for a container. 7 лет назад

README.md

Docker service reporter library

This is a docker image intended as a base layer for things interacting with my service reporter container.

It provides a python library for interacting with etcd, with convenience functions for retrieving the higher-level data structures (such as containers and labels) that the reporter service creates.

Tests Build Status

A separate Dockerfile for tests is located in the tests directory. It depends on a ‘dev’ label of csmith/service-reporter-lib. There’s a docker compose file to build them together:

cd test
docker-compose build
docker-compose run tests