Skip to content

Colorless-Green-Ideas/docker-stature

Repository files navigation

docker-stature

Docker container metadata as a Cachet component data!

Build Status

Configuration via toml (option 1)

You can manually assign containers by name to a cachet component in the docker2cachet.toml file. just make a new entry in the [containers] section. More on toml can be found here.

Configuration via docker (option A)

You may apply labels to your containers via compose in your docker-compose.yml or directly on the docker commandline, or in your Dockerfile

Supported Labels

  • org.cachet.id
  • org.cachet.name
  • org.cachet.description
  • org.cachet.link

all labels are optional but id superceedes the rest.

Connecting to docker over TLS

Just install docker[tls] and our use of docker.from_env() will just work! Thanks docker team for making this way better since v1.

Releases

No releases published

Packages

No packages published

Languages