Library for interacting with etcd-based service reporting. Intended to be used as a base image.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Chris Smith 7a0c3dd455 Add docker-compose file for tests vor 8 Jahren
test Add docker-compose file for tests vor 8 Jahren
Dockerfile Initial version vor 8 Jahren
README.md Add docker-compose file for tests vor 8 Jahren
circle.yml Add docker-compose file for tests vor 8 Jahren
etcdlib.py Add method to get networks for a container. vor 8 Jahren

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 CircleCI

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