Docker security
Docker registry
A Docker Registry is used to store and share Docker images among users and systems. Public repositories are mostly protected with authentication. However, in the case of private registries, the users/organizations usually rely on "existing" security boundaries to protect the registry.
This section deals with attacks that can be done on Docker infrastructure using insecure registries.