* Add mounts support to docker container resource
* Source is not a required mount attribute.
* Add tmpfs map support to docker container resource
* Add tests around tmpfs map
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.