Metadata-Version: 2.1
Name: docker_ps_traefik
Version: 0.2.0
Summary: %(0)s - Query Traefik to figure out the state of Docker services
Home-page: https://gitlab.com/epfl-idevfsd/docker_ps_traefik
License: UNKNOWN
Author: EPFL IDEV-FSD team
Author-email: idevfsd@groupes.epfl.ch
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux

# docker-ps-traefik

`docker-ps-traefik` is a standalone script with no Python dependencies
besides what is found in the standard distribution.

It works like `docker ps`, except there is an additional column to
indicate container health (from Traefik's point of view).

[traefik](https://traefik.io/) must be configured for [docker
integration](https://docs.traefik.io/providers/docker/), and it must
have the API endpoint (`--api`) turned on.

Uses of this script:
- as a systems administration tool
- as a helper to facilitate zero-downtime rollover

