- `docker_container` needs only internal port to be specified. Closes#8 and #89 for the documentation
- `docker_container` writes external port now correctly into `tfstate`. Closes#73
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.