Host your own docker registry | Local Docker Registry | Docker Registry using Docker Compose

  Рет қаралды 70,502

CodeWithRajRanjan

CodeWithRajRanjan

5 жыл бұрын

In this video we will learn about hosing our own docker registry. we will host docker registry and docker registry UI using docker compose. Then we will push image to that docker registry and we will pull image from docker registry.
Post Link : www.selftuts.com/how-to-host-y...
Docker Image Links hub.docker.com/r/konradkleine...
hub.docker.com/_/registry
---
version: '3'
services:
docker-registry:
container_name: docker-registry
image: registry:2
ports:
- 5000:5000
restart: always
volumes:
- ./volume:/var/lib/registry
docker-registry-ui:
container_name: docker-registry-ui
image: konradkleine/docker-registry-frontend:v2
ports:
- 8080:80
environment:
ENV_DOCKER_REGISTRY_HOST: docker-registry
ENV_DOCKER_REGISTRY_PORT: 5000
--------------------------------------------------------------
{
"insecure-registries":["selftuts.local.com:5000"]
}

Пікірлер: 59
@SomjitNag
@SomjitNag 3 жыл бұрын
super clear and helpful tutorial on docker registry! thank you so much!
@RahulSharmaSingularity
@RahulSharmaSingularity Жыл бұрын
Fantastic Lecture ! Keep more of these coming please ! Cheers !
@sarojpattnaik
@sarojpattnaik 4 жыл бұрын
This is really great. i was disparately searching for this concept. Thank you.
@cheekybirdierichard
@cheekybirdierichard 4 жыл бұрын
This is a great tutorial. Thank you!
@joneserickplays
@joneserickplays 4 жыл бұрын
Thank you so much! It really helped me understand the entire process. Keep up the good work!!
@clearthinking5441
@clearthinking5441 2 жыл бұрын
This is a truly awesome video! Thanks so much.
@knucklessg1
@knucklessg1 7 ай бұрын
Thank you for this. Finally got my registry setup :)
@gayankoswaththa2148
@gayankoswaththa2148 3 жыл бұрын
This was really important. Thank you
@nicolaealexandrudamian8740
@nicolaealexandrudamian8740 3 жыл бұрын
Thanks! Very clear & helpful! :)
@snehotoshbanerjee1938
@snehotoshbanerjee1938 3 жыл бұрын
Excellent tutorial! Thanks.
@prionkor
@prionkor 3 жыл бұрын
Very good tutorial, i was looking for exact solution. Thank you!
@chetaiemmongkol8339
@chetaiemmongkol8339 4 жыл бұрын
OMG it really good present, save my few day. Thank!
@WilcoGroothand
@WilcoGroothand 2 жыл бұрын
That is exactly what I want for my company . Thx
@brajusai
@brajusai 4 ай бұрын
Thanks a great one, easy to understand.
@nzArrow88
@nzArrow88 3 жыл бұрын
Awesome tutorial thank!
@TravelwithVedanshi
@TravelwithVedanshi 2 жыл бұрын
Very clear video brother, pls keep uploading.
@isapir
@isapir 3 жыл бұрын
Very good tutorial. Subscribed!
@amolkharche3247
@amolkharche3247 2 жыл бұрын
Superb explanation 👍❤️
@mdishaq5303
@mdishaq5303 3 жыл бұрын
you are just awesome bro
@pravinkumbhar7464
@pravinkumbhar7464 4 жыл бұрын
great explanation
@assemmohammed269
@assemmohammed269 11 ай бұрын
great explanation, thanks
@jayashrees1992
@jayashrees1992 3 жыл бұрын
very good explanation
@Azamoul
@Azamoul 5 жыл бұрын
Thank you !
@ajay-lu5gh
@ajay-lu5gh Жыл бұрын
Thanks a lot!
@user-lc7zz8up5q
@user-lc7zz8up5q 2 ай бұрын
Very good video, thx! FYI: I had problems first, when using a image with a path-like name. It didn‘t work. Once I‘ve changed to a „normal“ name, it worked
@abhishektiwari-zm7xn
@abhishektiwari-zm7xn 4 жыл бұрын
nice video thank you
@PraveenReddySatti5
@PraveenReddySatti5 5 жыл бұрын
Thank you boss You have explained very well
@codewithrajranjan
@codewithrajranjan 5 жыл бұрын
Thanks praveen
@FirstLast-tx3yj
@FirstLast-tx3yj 3 жыл бұрын
@@codewithrajranjan can i stay on the free plan and create as many images as i want??
@icedenis9654
@icedenis9654 3 жыл бұрын
How i can delete for example this ubuntu img from the registry now :?
@a.al.3196
@a.al.3196 4 жыл бұрын
Thank u 🌺
@deepaksm2008
@deepaksm2008 4 жыл бұрын
Very nicely explained , thanks a lot friend . Can you also please create a video on registry authentication ?
@mohitagrawal-life
@mohitagrawal-life 3 жыл бұрын
Thanks bro
@TheOriginalJoeBloggs
@TheOriginalJoeBloggs 5 жыл бұрын
More docker please. . . . .
@Cloudziu
@Cloudziu 4 жыл бұрын
After editing the docker json daemon, you don't need to reload the docker service???
@meirkr
@meirkr 4 жыл бұрын
Hi Can you please demonstrate how to do similar thing but with Portus? It sounds like better reg' management app then trafitional UI.
@brunobernard86
@brunobernard86 4 жыл бұрын
Hi, great tutorial, but one thing, let's say I've used docker-compose.yml to do a project, obviously the images will be build. If I push thoses images, will I get the code inside ? and reconstruct the docker-compose on another host ?
@Fayaz-Rehman
@Fayaz-Rehman 2 жыл бұрын
Thank you - Could you make the video for kubernetes.
@yagnasivasai
@yagnasivasai 6 ай бұрын
how to setup docker login credentials for the local registry
@sivadevisetti3440
@sivadevisetti3440 3 жыл бұрын
What about Docker Login to the local registry.
@ravindragupta7783
@ravindragupta7783 3 жыл бұрын
Can you tell us how to create a registry mirror, so that everytime we need not specify the registry url in pull command, nice video
@channaveerhakari7319
@channaveerhakari7319 Жыл бұрын
Hi is there any authentication and authorization for Docker Register for general users for the same?
@vijaygummadi251
@vijaygummadi251 2 жыл бұрын
How do we configures with ssl?? Plz explain
@yousofebneddin7430
@yousofebneddin7430 Жыл бұрын
It seems this is not supporting multiple platforms. If I push different images for different platforms with same image name and tag, only the last one persists. Do you have a solution? thanks
@farhadpaf7293
@farhadpaf7293 2 жыл бұрын
Hi Sir, I want to create registry by working in docker for windows and I need "registry" for "windows container" but registry image is only available for "Linux Containers". Please assist. I want to do all this in windows 10 pro
@devopslab-livescenarios1302
@devopslab-livescenarios1302 3 жыл бұрын
while pushing an image to docker registry, I am getting error stating: The push refers to repository [node1.com:5000/root/debian-node1] Get node1.com:5000/v2/: dial tcp 192.168.1.10:5000: connect: no route to host
@LalatenduSwain
@LalatenduSwain 2 жыл бұрын
extremely good Nice One , How to create user ?
@ShyamKumar-yn2jw
@ShyamKumar-yn2jw 4 жыл бұрын
Getting and server:5000/v2/ EOF error
@UzairAli001
@UzairAli001 2 жыл бұрын
How do I secure it?
@GiphyPhilip
@GiphyPhilip Жыл бұрын
May I know the system requirements for docker registry server?
@cyberstair
@cyberstair 4 жыл бұрын
How to authenticate docker rest api
@Gersberms
@Gersberms 3 жыл бұрын
I fixed an error with Docker Registry Frontend: if you get a loading bar that doesn't finish, and you don't see your repositories, change your docker-compose.yaml file. Set the docker host to what you named your docker-registry container_name value: ENV_DOCKER_REGISTRY_HOST: docker-registry
@sonaliprasad2225
@sonaliprasad2225 2 жыл бұрын
Thank you for the detailed explanation, I was looking for the exact use case. I have a query about the login part. Could you please let me know if there is any way we can add user login page to the private registry as well like we have in dockerhub ?
@abhishekgaikwad4306
@abhishekgaikwad4306 4 ай бұрын
Hey bro can even add ID and password to it ?
@thedeadbaby
@thedeadbaby 2 жыл бұрын
This is fine and all, but how do you get kubernetes to use this registry? Kubernetes seems to not care that this registry exists at all and will always try to go to docker hub. I tried using images from a local docker registry but kubernetes wants ssl, custom configuration, secrete keys and settings and a whole bunch of other undocumented things. I also don't want vendor lock in right now and want a local registry for testing purposes. Is there any way to do this ? Or has kubernetes been so poorly designed that you won't be able to do this easily? It sounds like an easy problem. You have a local image and you want to use it in kubernetes yaml config. Why is it so complicated?
@aleksarajkovic3471
@aleksarajkovic3471 Жыл бұрын
Have you managed to find a solution? Kubernetes just refuses to work for me, I tried Nomad from HashiCorp before this and it worked (materials are somewhat non existent but it WORKS), but this crap... Everybody uses Minikube but that doesn't work for me since I want to use multiple nodes...
@MercedeX7
@MercedeX7 2 жыл бұрын
you have new email
@SSfez
@SSfez 4 жыл бұрын
Thank you!
Docker Local Registry Setup | Docker Tutorial for Beginners
15:59
[ Kube 69 ] Using Private Docker Registry in Kubernetes
30:58
Just me and Opensource
Рет қаралды 30 М.
small vs big hoop #tiktok
00:12
Анастасия Тарасова
Рет қаралды 28 МЛН
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 98 МЛН
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 41 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 8 МЛН
Top 8 Docker Best Practices for using Docker in Production
18:27
TechWorld with Nana
Рет қаралды 299 М.
Is this the BEST Reverse Proxy for Docker? // Traefik Tutorial
21:57
Christian Lempa
Рет қаралды 499 М.
If you're not developing with this, you're wasting your time
14:30
Articulated Robotics
Рет қаралды 265 М.
Docker Compose Tutorial
33:02
Programming with Mosh
Рет қаралды 432 М.
Docker Storage: Designing a Platform for Persistent Data
40:21
Monter un reverse proxy avec Nginx et Docker
29:05
Korben
Рет қаралды 22 М.
What's on my Home Server?? MUST HAVE Services 2023!
27:29
TechHut
Рет қаралды 696 М.
Is it time to switch from Docker to Podman?
16:05
Christian Lempa
Рет қаралды 221 М.
Prometheus and Grafana installation using Docker Compose
11:45
CodeWithRajRanjan
Рет қаралды 818
How to create a great dev environment with Docker
29:55
Patrick Loeber
Рет қаралды 252 М.
small vs big hoop #tiktok
00:12
Анастасия Тарасова
Рет қаралды 28 МЛН