Library for interacting with etcd-based service reporting. Intended to be used as a base image.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Chris Smith e1898c4177 Add method to get networks for a container. il y a 8 ans
test Ignore EtcdResult from pylint. il y a 8 ans
Dockerfile Initial version il y a 8 ans
README.md Add test info il y a 8 ans
circle.yml Add CircleCI config il y a 8 ans
etcdlib.py Add method to get networks for a container. il y a 8 ans

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. You can build and run the tests like so:

docker build -t csmith/service-reporter-lib:dev .
docker build -t csmith/service-reporter-lib-test:dev test
docker run --rm -it csmith/service-reporter-lib-test:dev