Custom Docker Swarm Scheduler

2019-07-15 20:09发布

问题:

I would like to use Docker Swarm to run different Docker containers - but I would like to implement a custom scheduler, as features of the build in schedulers seem to be limited.

How can I create, and install a custom scheduler?

Thanks, krisy