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

Add network_alias argument to client.containers.run.

Open dhatch opened this issue 6 years ago • 1 comments

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.

dhatch avatar Sep 30 '19 21:09 dhatch

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

Manu10744 avatar Mar 03 '21 16:03 Manu10744