I\'m confused as to the difference between docker registries and repositories. It seems like the Docker documentation uses the two words interchangeably. Also, repositories
A docker repository is a cute combination of registry and image.
registry
image
docker tag foo /:
is the same as
docker tag foo :