* Feat/net-attr add IP address of each network to the computed attributes from #50.
* marks ip_address as deprecated and adds network data for a container. Closes#9
* adds wait for removal of a container. Closes#98
* removes validator for container network_mode and checks error handling if container disconnect from default network fails. Closes#107
- `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.