docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Fix links that nor work at container creation

Open l-vo opened this issue 6 years ago • 0 comments

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.

l-vo avatar Mar 17 '19 18:03 l-vo