jpetazzo / container.training

Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.

Home Page:http://container.training/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change Swarm dockercoins+healthcheck.yml to be override

BretFisher opened this issue · comments

A note for me to later do this:

Update healthchecks.md to use the 18.03+ feature of multiple compose files in a deploy. No need for docker-compose config or redundant lines across two files. Remove unneeded data from dockercoins+healthcheck.yml. Then we could run:

docker stack deploy -c dockercoins.yml -c dockercoins+healthcheck.yml dockercoins in slides to show this feature off while we're updating a service with a healthcheck.