moby / swarmkit

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extending Docker Swarm functionalities

tsemike opened this issue · comments

How could I add some extra functionalities to Swarm such as service pause? For example when a service gets paused, I want to pause all the running Task containers.
What are the basic components that need to be modified ?