I want to host my own docker-registry server to be independent from docker-hub.
I want to run it native on my server, but I can only find documentations, which are using running it inside a container.
My question:
Is it possible to install docker registry over a package or do i have to run it in a container?