How to run a private Docker registry
Step by step
For the patient: you can follow the official documentation here with a good step-by-step to begin with. Try following the steps there.
Or, if you are just like me: just try the following commands:
mkdir registry && cd registry
mkdir auth certs storage
// replace USERNAME and