This is the Docker Swarm provider for OpenFaaS.
The first and canonical implementation of OpenFaaS was tightly coupled to Docker Swarm. This repository aims to decouple the two so that all providers are isomorphic and symmetrical.
To deploy faas-swarm use deploy_stack.sh
in the main OpenFaaS repository.
Status: Released
Features:
- Create
- Proxy
- Update
- Delete
- List
- Scale
Docker image: functions/faas-swarm
The contribution guide applies from the main OpenFaaS repository.