Skip to content

Commit

Permalink
docs(provider): link provider issues
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Aug 6, 2023
1 parent 8302799 commit efb7c8e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/providers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ A Provider typically have the following capabilities:

## Available providers

| | Provider | Name | Details |
| :---: | --------------------------------------- | -------------- | -------------------------------------------------------- |
| | [Docker](/providers/docker) | `docker` | Stop and start containers on demand |
| | [Docker Swarm](/providers/docker_swarm) | `docker_swarm` | Scale down to zero and up services on demand |
| | [Kubernetes](/providers/kubernetes) | `kubernetes` | Scale down and up deployments and statefulsets on demand |
| | [Podman](/providers/podman) | `podman` | Work in progress |
| | [EC2](/providers/ec2) | `ec2` | Work in progress |
| | [Systemd](/providers/systemd) | `systemd` | Work in progress |
| Provider | Name | Details |
| --------------------------------------- | -------------- | ----------------------------------------------------------- |
| [Docker](/providers/docker) | `docker` | Stop and start **containers** on demand |
| [Docker Swarm](/providers/docker_swarm) | `docker_swarm` | Scale down to zero and up **services** on demand |
| [Kubernetes](/providers/kubernetes) | `kubernetes` | Scale down and up **deployments** and **statefulsets** on demand |
| [Podman](/providers/podman) | `podman` | [See #70](https://github.com/acouvreur/sablier/issues/70) |
| [ECS](/providers/ec2) | `ecs` | [See #116](https://github.com/acouvreur/sablier/issues/116) |
| [Systemd](/providers/systemd) | `systemd` | [See #148](https://github.com/acouvreur/sablier/issues/148) |

*Your Provider is not on the list? [Open an issue to request the missing provider here!](https://github.com/acouvreur/sablier/issues/new?assignees=&labels=enhancement%2C+provider&projects=&template=instance-provider-request.md&title=Add+%60%5BPROVIDER%5D%60+provider)*
*Your Provider is not on the list? [Open an issue to request the missing provider here!](https://github.com/acouvreur/sablier/issues/new?assignees=&labels=enhancement%2C+provider&projects=&template=instance-provider-request.md&title=Add+%60%5BPROVIDER%5D%60+provider)*

[See the active issues about the providers](https://github.com/acouvreur/sablier/issues?q=is%3Aopen+is%3Aissue+label%3Aprovider)

0 comments on commit efb7c8e

Please sign in to comment.