mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 07:09:48 -05:00
Adds docker swarm features to the provider for the Docker Engine 17.09.1 and API Version 1.32. The spec is close to the API. By default, the swarm services are fire and forget. A converging config implements the features of the docker cli to ensure a service and all its replicas are up and running. Furthermore, service can have configs, secrets, networks, mounts and be added to a network. |
||
|---|---|---|
| .. | ||
| configs.json | ||
| Dockerfile_v1 | ||
| Dockerfile_v2 | ||
| Dockerfile_v3 | ||
| secrets.json | ||
| server_v1.js | ||
| server_v2.js | ||
| server_v3.js | ||
| setup_private_registry.sh | ||