docker-py
docker-py copied to clipboard
Fix links that nor work at container creation
The links at container creation don't work. The option is added at the HostConfig level but this has not effect. The links should be added at the NetworkConfig level.
This PR aims to fix this problem.