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

  Рет қаралды 71,901

CodeWithRajRanjan

CodeWithRajRanjan

Күн бұрын

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.co...
Docker Image Links hub.docker.com...
hub.docker.com...
---
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"]
}

Пікірлер: 60
@sarojpattnaik
@sarojpattnaik 5 жыл бұрын
This is really great. i was disparately searching for this concept. Thank you.
@brajusai
@brajusai 7 ай бұрын
Thanks a great one, easy to understand.
@SomjitNag
@SomjitNag 4 жыл бұрын
super clear and helpful tutorial on docker registry! thank you so much!
@cheekybirdierichard
@cheekybirdierichard 5 жыл бұрын
This is a great tutorial. Thank you!
@knucklessg1
@knucklessg1 10 ай бұрын
Thank you for this. Finally got my registry setup :)
@WilcoGroothand
@WilcoGroothand 2 жыл бұрын
That is exactly what I want for my company . Thx
@icedenis9654
@icedenis9654 3 жыл бұрын
How i can delete for example this ubuntu img from the registry now :?
@BernardoFreire-p4n
@BernardoFreire-p4n 5 ай бұрын
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
@RahulSharmaSingularity
@RahulSharmaSingularity 2 жыл бұрын
Fantastic Lecture ! Keep more of these coming please ! Cheers !
@clearthinking5441
@clearthinking5441 2 жыл бұрын
This is a truly awesome video! Thanks so much.
@TravelwithVedanshi
@TravelwithVedanshi 2 жыл бұрын
Very clear video brother, pls keep uploading.
@joneserickplays
@joneserickplays 4 жыл бұрын
Thank you so much! It really helped me understand the entire process. Keep up the good work!!
@sivadevisetti3440
@sivadevisetti3440 3 жыл бұрын
What about Docker Login to the local registry.
@prionkor
@prionkor 3 жыл бұрын
Very good tutorial, i was looking for exact solution. Thank you!
@snehotoshbanerjee1938
@snehotoshbanerjee1938 3 жыл бұрын
Excellent tutorial! Thanks.
@gayankoswaththa2148
@gayankoswaththa2148 3 жыл бұрын
This was really important. Thank you
@deepaksm2008
@deepaksm2008 4 жыл бұрын
Very nicely explained , thanks a lot friend . Can you also please create a video on registry authentication ?
@yagnasivasai
@yagnasivasai 9 ай бұрын
how to setup docker login credentials for the local registry
@amolkharche3247
@amolkharche3247 2 жыл бұрын
Superb explanation 👍❤️
@assemmohammed269
@assemmohammed269 Жыл бұрын
great explanation, thanks
@jayashrees1992
@jayashrees1992 4 жыл бұрын
very good explanation
@nzArrow88
@nzArrow88 3 жыл бұрын
Awesome tutorial thank!
@TheOriginalJoeBloggs
@TheOriginalJoeBloggs 5 жыл бұрын
More docker please. . . . .
@ajay-lu5gh
@ajay-lu5gh Жыл бұрын
Thanks a lot!
@isapir
@isapir 3 жыл бұрын
Very good tutorial. Subscribed!
@mdishaq5303
@mdishaq5303 4 жыл бұрын
you are just awesome bro
@chetaiemmongkol8339
@chetaiemmongkol8339 4 жыл бұрын
OMG it really good present, save my few day. Thank!
@ravindragupta7783
@ravindragupta7783 4 жыл бұрын
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
@Fayaz-Rehman
@Fayaz-Rehman 3 жыл бұрын
Thank you - Could you make the video for kubernetes.
@nicolaealexandrudamian8740
@nicolaealexandrudamian8740 4 жыл бұрын
Thanks! Very clear & helpful! :)
@pravinkumbhar7464
@pravinkumbhar7464 4 жыл бұрын
great explanation
@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??
@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
@Azamoul
@Azamoul 5 жыл бұрын
Thank you !
@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 ?
@mohitagrawal-life
@mohitagrawal-life 4 жыл бұрын
Thanks bro
@LalatenduSwain
@LalatenduSwain 2 жыл бұрын
extremely good Nice One , How to create user ?
@vijaygummadi251
@vijaygummadi251 3 жыл бұрын
How do we configures with ssl?? Plz explain
@Cloudziu
@Cloudziu 4 жыл бұрын
After editing the docker json daemon, you don't need to reload the docker service???
@channaveerhakari7319
@channaveerhakari7319 2 жыл бұрын
Hi is there any authentication and authorization for Docker Register for general users for the same?
@GiphyPhilip
@GiphyPhilip Жыл бұрын
May I know the system requirements for docker registry server?
@farhadpaf7293
@farhadpaf7293 3 жыл бұрын
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
@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
@ShyamKumar-yn2jw
@ShyamKumar-yn2jw 4 жыл бұрын
Getting and server:5000/v2/ EOF error
@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
@meirkr
@meirkr 5 жыл бұрын
Hi Can you please demonstrate how to do similar thing but with Portus? It sounds like better reg' management app then trafitional UI.
@a.al.3196
@a.al.3196 4 жыл бұрын
Thank u 🌺
@UzairAli001
@UzairAli001 3 жыл бұрын
How do I secure it?
@abhishekgaikwad4306
@abhishekgaikwad4306 7 ай бұрын
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...
@cyberstair
@cyberstair 4 жыл бұрын
How to authenticate docker rest api
@sonaliprasad2225
@sonaliprasad2225 3 жыл бұрын
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 ?
@MercedeX7
@MercedeX7 2 жыл бұрын
you have new email
@SSfez
@SSfez 4 жыл бұрын
Thank you!
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 243 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 134 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 272 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
Docker Local Registry Setup | Docker Tutorial for Beginners
15:59
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 452 М.
[ Kube 69 ] Using Private Docker Registry in Kubernetes
30:58
Just me and Opensource
Рет қаралды 30 М.
Setting up a production ready VPS is a lot easier than I thought.
29:50
Docker Tutorial for Beginners
50:38
mCoding
Рет қаралды 43 М.
Zabbix - Monitoring and Alerting with  @AwesomeOpenSource
18:23
OneMarcFifty
Рет қаралды 69 М.
Is it time to switch? // Docker vs Podman Desktop
16:05
Christian Lempa
Рет қаралды 234 М.
Get started with Docker and Tailscale
14:04
Tailscale
Рет қаралды 19 М.
Top 8 Docker Best Practices for using Docker in Production
18:27
TechWorld with Nana
Рет қаралды 307 М.