# faas-swarm **Repository Path**: yur/faas-swarm ## Basic Information - **Project Name**: faas-swarm - **Description**: OpenFaaS provider for Docker Swarm - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README faas-swarm ========== [![Build Status](https://travis-ci.org/openfaas/faas-swarm.svg?branch=master)](https://travis-ci.org/openfaas/faas-swarm) ## Summary 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. ## Deployment To deploy faas-swarm use `deploy_stack.sh` in the main [OpenFaaS repository](https://github.com/openfaas/faas). ## Status Status: Released Features: * [x] Create * [x] Proxy * [x] Update * [x] Delete * [x] List * [x] Scale Docker image: [`openfaas/faas-swarm`](https://hub.docker.com/r/openfaas/faas-swarm/tags/) ## Contributing The contribution guide applies from the [main OpenFaaS repository](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md).