Пікірлер
@AmitBiswastunebox
@AmitBiswastunebox Сағат бұрын
love it. on to the point, no bulshit around.
@kitkarson4226
@kitkarson4226 8 күн бұрын
Straight to the point. no time waste. 👍
@krishmarsonia2059
@krishmarsonia2059 10 күн бұрын
For all those who are getting error of An image does not exist locally with the tag: ***/ - name: Building the Docker image run: docker build -t {your image name} . - name: Tagging image run: docker tag {your image name}:latest {your dockerhub username}/{your image name}:latest - name: Pushing to DockerHub run: docker push {your dockerhub username}/{your image name}:latest Add the last 3 commands like this
@stefanambrose5616
@stefanambrose5616 15 күн бұрын
thank you you helped a lot
@debillion
@debillion 19 күн бұрын
I tried to do a curl after the docker run using curl 0.0.0.0/8080 and I got this error curl: (52) Empty reply from server The port 8080 is opened in my security group. Do you perhaps know what I did wrong?
@debillion
@debillion 19 күн бұрын
cant we also use self-hosted for the CI part?
@shubhamverma1407
@shubhamverma1407 19 күн бұрын
yes we can
@debillion
@debillion 19 күн бұрын
@@shubhamverma1407 i have been having issues. the ec2 machine keep going offline when running the CI
@shubhamverma1407
@shubhamverma1407 19 күн бұрын
@@debillion make sure you are running it as a service, so even if you logout of the machine, github runner would still be running
@jamesmurdza
@jamesmurdza 27 күн бұрын
Why do you use nginx instead of docker run -p 80:8080? One other thought: You might want to prune old Docker images, since they won't be deleted automatically.
@HasanJaweesh-lf5fn
@HasanJaweesh-lf5fn Ай бұрын
I thought it's 12 min long, turns out it's 12 hours long
@oscarenriqqdev6931
@oscarenriqqdev6931 Ай бұрын
THANK YOU!! A lot of information in 12 minutes.
@tristheflash6928
@tristheflash6928 Ай бұрын
really u are senior even super senior tks my fr very much
@phanvantuan620
@phanvantuan620 Ай бұрын
I'm using Docker to install Laravel and Nginx, and it only works when accessing 47.129.6.252/, but when accessing 47.129.6.252/api/courses, it returns a 'not found' error. You can help me please?
@phanvantuan620
@phanvantuan620 Ай бұрын
nginx I install local following a tutorial of you
@user-xi2nv2td5h
@user-xi2nv2td5h 2 ай бұрын
This video such a informative and easy to understand. next time when you make any video please speak little bit slowly. Have a great Future. God Bless you Shubham
@VarunSharma-xd8xd
@VarunSharma-xd8xd 2 ай бұрын
took me more than 2 hr to complete it
@VarunSharma-xd8xd
@VarunSharma-xd8xd 2 ай бұрын
somoeone tell me a good video where i can understand how to make ci cd pipeline im not able to understand from these kind of vidoes
@MohasinKR-rs4kc
@MohasinKR-rs4kc 2 ай бұрын
Your voice such calmness!
@neenav1999
@neenav1999 2 ай бұрын
Agreed that you know the stuff good. But a great video is the one which everyone can follow and understand including the beginners. Probably you deserve more subscribers. Explain the things slowly and bit more clearly (like in Net Nijnjas videos). why so much rush like in war zone?. Every viewer is not in same frequency like yours. Right?. good luck.
@shubhamverma1407
@shubhamverma1407 2 ай бұрын
thank you, sure will keep this in mind
@codewithzardam8904
@codewithzardam8904 2 ай бұрын
how to maintain the runner up all the time ...
@shubhamverma1407
@shubhamverma1407 2 ай бұрын
you can run it as a service
@vijaikannan3143
@vijaikannan3143 2 ай бұрын
Really useful video. First of all thanks a lot for this informative video. I have written python docker container. The followed your video and did step by step approach. I can see the container image in my linux m/c, but when I gave dcoker ps command, nothing is displayed. I got stuck in this step. No info. about the port etc., Will you please help me where I am going wrong.
@jilesingh1124
@jilesingh1124 3 ай бұрын
you type very fast
@sahlcyprus939
@sahlcyprus939 4 ай бұрын
does the container ip changes whenever the new container builds ?
@hao57
@hao57 4 ай бұрын
Great tutorial, thanks man! 😎
@ecanalysis7589
@ecanalysis7589 4 ай бұрын
Upload more videos sir🙏🙏
@piegzini1269
@piegzini1269 5 ай бұрын
Jesteś prze dym
@gaychin8654
@gaychin8654 5 ай бұрын
Very helpful!!! Straight and concise. Thanks!
@itsmehemant7
@itsmehemant7 6 ай бұрын
wah verma ji
@satish-pokala
@satish-pokala 6 ай бұрын
Thank you 👍🏻. Helped a lot.
@warrenwei6094
@warrenwei6094 6 ай бұрын
It helps a lot, thank you!
@adventurer2395
@adventurer2395 7 ай бұрын
This video needs to be watched at 0.25
@Cloud.Developer
@Cloud.Developer 4 ай бұрын
That's what I thought. Too fast!
@cuizeyue10
@cuizeyue10 7 ай бұрын
love it
@random-user-1337
@random-user-1337 7 ай бұрын
To the point video. Awesome. Thanks a lot.
@user-ko5js1ho8y
@user-ko5js1ho8y 7 ай бұрын
Great tutorial so informative and well explained in few minutes. Awesome.
@spyadi
@spyadi 8 ай бұрын
I followed the complete process but I am getting 502 Bad Gateway nginx/1.18.0 (Ubuntu). Can you please help me with this?
@shubhamverma1407
@shubhamverma1407 8 ай бұрын
You can checkout the code here: github.com/varsubham/cicd-pipeline
@naveedalirehmani4135
@naveedalirehmani4135 8 ай бұрын
All this information in just 12 minutes! this video was all I needed. it was a hidden gem. thank you very much.
@muhammadfaheem4024
@muhammadfaheem4024 8 ай бұрын
what was the fix image name commit that you did? Initially it was failed but you added something what was that change?
@shubhamverma1407
@shubhamverma1407 8 ай бұрын
I just changed the docker image name, this is the new build cmd i used (forgot to add username earlier) docker build -t varsubham/cicd-pipeline .
@samirp.3181
@samirp.3181 9 ай бұрын
Bhai awesome......I'm speechless after seeing this......I'm using docker images and containers to deploy (not gitHub) but after watching this.....I'm stunned thank you
@codecoder005
@codecoder005 9 ай бұрын
good work man. it really helped me
@flaretm1974
@flaretm1974 9 ай бұрын
Great tutorial. Very clear and straight forward. I fully understand now how this works. Will apply to my project soon. Thanks.
@MrUmban
@MrUmban 9 ай бұрын
Thank you for your clear explanation
@kirteekumari3459
@kirteekumari3459 10 ай бұрын
Hey, thanks a lot for this. I did struggle at some points but your video was helpful.
@CrashTheGooner
@CrashTheGooner 10 ай бұрын
Nice Shubham good job ! but this nginx config is useless as docker container once exited will never have the previous IP. But then again good for local dev env
@shubhamverma1407
@shubhamverma1407 8 ай бұрын
Thanks, yeah right IP will keep changing. Anyway this we cannot use in production also since its not a rolling update. There is some downtime between deleting old container and starting new container.
@user-ti8sz5ps7r
@user-ti8sz5ps7r 10 ай бұрын
give one example clearly and slowly
@KapilKumar-ps6gu
@KapilKumar-ps6gu 11 ай бұрын
Nice video. But whenever u make quick change in your file or command. Specify it. People can miss such things and waste lots of time to fix these minor stuffs.
@shubhamverma1407
@shubhamverma1407 8 ай бұрын
Thanks, sure will keep this in mind
@gerardosalasm6213
@gerardosalasm6213 11 ай бұрын
thank you, it helps me a lot 😄
@abubakersaddique851
@abubakersaddique851 Жыл бұрын
plz add your dummy nodejs code and other links from where you copy code and thanks bro for this video
@PanosCodeOs
@PanosCodeOs Жыл бұрын
Thank you bro this video saved me!
@AmarKrGupta-ys1gu
@AmarKrGupta-ys1gu Жыл бұрын
Thanks bro for this video we need more video like this