Exoframe plugin that adds Docker Swarm support
npm install exoframe-plugin-swarmA plugin that adds basic Docker Swarm support to Exoframe Server.



To enable - add the plugin to your exoframe-server config file and restart the server.
Your plugins section of server config should look like this:
``yaml``
plugins:
install: ['exoframe-plugin-swarm']
swarm:
enabled: true
For more details on how to get it up and running please follow the guide on how to use plugins in exoframe-server.
Licensed under MIT.