Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 490 Bytes

Swarm scheduler API

A basic web server providing an API compliant with Docker Swarm scheduler API backend.
Based on Tornado.

Note: Not intended to be used in production.

Installation

pip install swarm-scheduler-api

Usage

swarm-scheduler-api --host=<ip>:<port>
# See swarm-scheduler-api --help

# Then launch Docker Swarm
swarm manage --scheduler=api --scheduler-option=url:<ip>:<port>