Home

Awesome

DEPRECATED 🚨

This project is deprecated. I haven't used it in years, I don't recommend using it.

Docker Auto Labels

Automatically generate Docker Swarm mode node labels for each constraint label in each service in a Docker Compose / Docker Stack file.

Description

This command line package is made to be used with a Docker Swarm mode cluster.

It will:

Adding label constraints helps you ensure that all the "stateful" Docker services (like databases) are always deployed to the same node (specially useful in a multi-node cluster).

This program will ensure that those labels exist in one node in the cluster, if they don't exist, they are created in one node chosen randomly.

That way, the first time you deploy a stack, a random node will be assigned to each stateful service (by this command, right before the deployment).

And for all subsequent deployments, the stateful services will go to the same nodes that they were using.

Release Notes

Latest Changes

Internal

0.2.4

Refactors

Internal

0.2.3

License

MIT License