richfitz / stevedore

:cloud::rowboat::whale::cloud: Docker client for R
https://richfitz.github.io/stevedore
Other
134 stars 10 forks source link

Depluralise collections #22

Closed richfitz closed 6 years ago

richfitz commented 6 years ago

At the moment we have

docker$containers$create(...)

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