docker-py
docker-py copied to clipboard
Add network_alias argument to client.containers.run.
Adds the ability to pass network_alias as an option to client.containers.run. This option is supported in the docker CLI as --network-alias.
This is available in the low-level CLI, but would be great if it is available in the higher level API.
It would be great if this is going to be merged.
This would need to be also made available to client.containers.create according to the API specs