How to build a private Docker registry with the website and use it
This is a note about how to build a private Docker registry.
Here is my docker compose file, I will use my docker compose file as an example to explain it.
version: '3.7'
services:
registry:
image: registry:2
container_name: docker-registr...
blog.taiwolskit.com3 min read