which matches the python client's docker.containers.create(...) but not the CLI's docker container create. Given most users will be more familiar with the CLI this is not a great choice so change to drop the 's' everywhere. This affects all the collections
At the moment we have
which matches the python client's
docker.containers.create(...)
but not the CLI'sdocker container create
. Given most users will be more familiar with the CLI this is not a great choice so change to drop the 's' everywhere. This affects all the collections