#Docker 25 Host your own docker registry Lecture -6 Host your own docker registry
Table of contents
No headings in the article.
Instead of pushing the custom images to the docker hub locally itself docker registry will be created.
Lecture -7 Host your own docker registry Lab Part-1
Setting up for the root password:
Go to the vim /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
systemctl restart sshd.
Docker package install
Create a registory container
Install Elinks for the command line browser:
Give the tag name to the image to push to local repository
Scenario 2:
Lecture -8 Setup Private Docker Registry_ Secure SSL Certificate
Need to create SSL certificate.