- 2 mins Creating Your Own Private Docker Registry
Table of Contents
0. Prerequisites
1. Creating a directory to store registry data
2. Creating a self-signed SSL certificate for the registry
3. Setting up a Docker Registry Service with Docker Compose
1.Create a directory to store docker-compose.yml for easy to maintenance
2.Create a Docker Compose file to define your registry service.
- Start registry service using the following command:
4. Managing Docker Images in Your Private Registry
- Create username and password for your registry
List the images that exist on the your Docker registry
Topaz
Always keep learning.