Ways of storing docker images

Is DockerHub the only place where we can store own docker images (repos) ?

Isn’t it possible to store it locally like with git ?

Well I setup a local private registry. https://docs.docker.com/registry/deploying/

1 Like