exoframe-plugin-swarm

Exoframe plugin that adds Docker Swarm support

Usage no npm install needed!

<script type="module">
  import exoframePluginSwarm from 'https://cdn.skypack.dev/exoframe-plugin-swarm';
</script>

README

Docker Swarm support plugin for Exoframe Server

A plugin that adds basic Docker Swarm support to Exoframe Server.

Build Status Coverage Status license

Installation, usage and docs

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:

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.

License

Licensed under MIT.