Skip to content

Web server providing an API compliant with Docker Swarm scheduler API backend

Notifications You must be signed in to change notification settings

francisbouvier/swarm-scheduler-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Web server providing an API compliant with Docker Swarm scheduler API backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages