Day-26 | Multi Stage Docker Builds | Reduce Image Size by 800 % | Distroless Container Images |

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 260

  • @praveenkore842
    @praveenkore842 7 месяцев назад +6

    just wow , no words....ah kurchi madatha betti...................................subject vachestadi..🥰

  • @meghac6499
    @meghac6499 Месяц назад +4

    I'm feeling ur god for all devops engineers❤

  • @ssnblessed
    @ssnblessed Год назад +4

    Clear and concise explanation anybody can understand, brilliant!! Great content 👍

  • @bilalosmany5022
    @bilalosmany5022 2 месяца назад +19

    There is a movie from South named Vaathi, I'm not sure if you watched it but when I watched Dhanush in it felt as if it's you helping every student and motivating everyone

  • @SupportTechGuru
    @SupportTechGuru 29 дней назад

    Hi sir, When you say guess the image size, I think this might be goes around 100MB but it 1.84MB. Your dedication was out of the world. Thanks for providing this wonderful session.

  • @manjunathp9202
    @manjunathp9202 Год назад +8

    Hi Abhishek,
    As an aspiring DevOps Engineer, I learnt most of the tools in DevOps along with strong Linux and little AWS exposure
    But still I am not confident enough to go for interviews, as I don't have any hands on experience
    If possible could you please make a portal/webpage and assign the jobs (categorise the job as easy, medium and tough) for us
    So that we can practice and upgrade ourself.
    Thanks in advance

  • @Punjab_the_land_of_five_rivers
    @Punjab_the_land_of_five_rivers 4 месяца назад

    Great vdo on optimising docker images. I have fear of working on this. But now I got the confidence

  • @awesomeuploads118
    @awesomeuploads118 2 месяца назад

    Damn bro I was here to learn docker now my mind is blown😮

  • @nagarjunahota4498
    @nagarjunahota4498 Год назад +2

    Abhishek anna, one request, please make videos on k8s as simpler as possible, its getting very difficult to understand from others, and also after finishing k8s , make a interview related video of k8s, please its a request , thank you

  • @divinesreeram
    @divinesreeram 6 месяцев назад

    Its really great video, I exactly need this in my current work.

  • @harikrishna3258
    @harikrishna3258 Год назад +1

    Wonderful explanation Abhishek. You rock

  • @chandrasekhar7147
    @chandrasekhar7147 Год назад

    Today i learned new things in container technology. Thank you

  • @generalgyan8705
    @generalgyan8705 Год назад

    I learned a new concept today in docker. Thanks Abhishek

  • @sangamkharade
    @sangamkharade Год назад +4

    Hi Abhishek, Great videos, I am going through them multiple times. Big fan of your work. :-)
    I just had one query here, what was the use of defining alias for base image ? before multistage you have not created alias for base image in Dockerfile.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Yeah .. sometimes the imagename can be very big .. so to avoid typos or overhead of referencing using big image names .. u can just use the alias.
      No problem even if you don't use it but if you use it your life becomes easy.

  • @guru7932
    @guru7932 Год назад +2

    Thanks 😊

  • @abhaytalole5138
    @abhaytalole5138 6 дней назад

    29:30 interview Question

  • @ashishpandey8766
    @ashishpandey8766 7 месяцев назад

    such a man🙏

  • @bharathib.bharathi1641
    @bharathib.bharathi1641 Год назад +1

    Sir thank you for your explanation about new things in docker because I have taken training for Devops who is having 5+ years of real time experience but he didn't tell about these new things.... Please tell about .ear app and.war app also and how to build those files in real time... Once I'm lucky to know about unknown concepts in devops....

  • @ShivamPawar-l7c
    @ShivamPawar-l7c 6 месяцев назад

    what is scratch? What is binary?

  • @chinmayesai4895
    @chinmayesai4895 Год назад +1

    Sir i have this doubt from many of your videos, for ex: in this video at 21.52min, you shared your iterm terminal.
    Please correct me if iam wrong! You didn't ssh to any EC2 but you cloned git on your terminal because mac terminal comes with default git and shell commands.
    But i do all practicals, with ssh to EC2 ubuntu from my command prompt. Now how should i do the practical for this video? For the same reason im unable to complete my day-17 terraform practical as well..
    Please help me here....!!

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Yes I am on mac 🖥️ .. so I can run the shell commands by default .. if you are on windows.. ssh to ec2 instance and follow the video on your ec2

  • @BahubaliRoddanavar-t2n
    @BahubaliRoddanavar-t2n Год назад +1

    sometimes, container will just run the script and exit, why do we face such issues and how to overcome ? what is the reason behind that ? Could please explain, it is a request ?
    Due to that i am losing my confidence of building own docker images.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      If you are using -rm argument in the docker command , it deletes the container once the job is done

  • @me_debankan4178
    @me_debankan4178 Год назад

    Sir I have a question please kindly reply 🙏, if we are building a application do we really need a container to run that? For example, in a Jenkins pipeline we first build then test and last create a docker image out of it , but in a go application when I am doing "go build" its providing me a direct executable which can be directly run on ec2 ( using ./myapp) So in these scenario do we really need to build a docker image ? Can't we just simply put the executable directly on the ec2? And same thing goes for a nodejs application when I am using pkg to create an executable

    • @kameswariaparnamantravadi
      @kameswariaparnamantravadi 2 месяца назад

      We can't, because ec2 does not have dependencies installed . So build the application jar file with dependencies and run application inside the docker container. No need to run application on ec2

  • @DpIndia
    @DpIndia 8 месяцев назад

    600 mb guess

  • @baibhavghimire3827
    @baibhavghimire3827 6 месяцев назад +39

    Bro I have around 7 years experience in docker and k8. Dude this was mind blowing content. You nailed it!

    • @biggestgamelibrary4025
      @biggestgamelibrary4025 Месяц назад

      You mean the way he explained (I agree 100%), or do you mean that this is a new concept to you, in which case I wonder why this is not being used in production If this is so good as claimed in this video there must be some catch right?

  • @tej8789
    @tej8789 Год назад +26

    Learning new things daily is actually helping us to be better version of us. Thank you Abhishek :)

  • @mohansai3015
    @mohansai3015 10 месяцев назад +13

    I think it was like 86MB as you are saying it will reduce 100 times after seeing 1.83MB the real purpose of docker is somewhat understand to me . Thank you Abhishek sir😊

  • @deepakadusumilli2344
    @deepakadusumilli2344 9 месяцев назад +3

    Thanks alot, You filled the gaps in this topic, where should we use n-number of stages in muti-stage docker file (Explaine one secnario to get overview) no need practicals. thanks in advance.

  • @isaacambi1914
    @isaacambi1914 7 месяцев назад +12

    I will eventually travel to US or UK or wherever you are to thank you personally for your charitable work.

  • @vback4238
    @vback4238 Год назад +13

    Once again my favorite teacher has delivered a great training!

  • @rohanmukherjee7107
    @rohanmukherjee7107 9 месяцев назад +2

    Hi Abhishek,
    a big shout out to you for your contributions into DevOps , in this video you used GO language to create a multistage docker file, but I didnt fully understand this, it would be better if you can create similar file in python.

  • @dips_07
    @dips_07 Год назад +4

    What a explanation very clear 💥💥 i have gone through other videos bt from this simple n clear explanation i understood the concept of multistage docker...thank u so much for sharing the great teaching 🙏✌️👍

  • @Rajeswari-d9x
    @Rajeswari-d9x 3 месяца назад

    Hi Abhishek Bro,
    I am getting returned a non-zero code: 100 when trying to build the docker image for dockerfile-without-multistage. Please help to suggest. I am new to docker FYI

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe 2 месяца назад +1

    You explain each & every concept so simply. I'm wondering how you learnt & memorized all this.
    Hoping for a quick tip to memorize.
    Thank you bhai

  • @PriyadharshiniArangan
    @PriyadharshiniArangan 6 месяцев назад

    At 24.46 i got an error
    Error: failed to solver: process "/bin/sh -c apt get update"
    didnot complete successfully: exit code : 100
    I tried many steps but didnt help!
    somebody who went through this know what went wrong pls let me know

  • @challagundlamanikanta9347
    @challagundlamanikanta9347 2 месяца назад

    Hi if we are taking java distroless images then that is having minimal linux and openjdk runtime, will that not be sufficient to execute an application?
    After taking the distroless image in stage 2 why we need stage 1 binary files? Could you please help on this question

  • @rajshree123ful
    @rajshree123ful 3 месяца назад

    Hi Abhishek, the demo was very nice. I tried to run the application from the mutistage container to understand it actually runs. So, I ran the command "docker exec -it multistage bash"
    and it ran the application. I hope this is the way to test that it is actually working in the multistage container without the base image requirements. Please comment. Thanks

  • @akashuday7107
    @akashuday7107 11 месяцев назад +4

    This is one of the best lessons in the course
    even paid courses dont teach the concept of multistage docker builds .
    Hats off sir !!
    btw i reduced my web application image from 1.3gb to 130mb thanks to this !!!!!

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 месяцев назад +1

      Thats so cool

    • @PiyushGhosh-l4k
      @PiyushGhosh-l4k 10 месяцев назад

      ​@@AbhishekVeeramallainstead of using from Ubuntu and all can't we start from distroless image like From scratch ... ???

    • @PiyushGhosh-l4k
      @PiyushGhosh-l4k 10 месяцев назад

      During build process 1st half of docker will do the things and during execution part 2nd half will work ? Right

  • @adityapradhan2025
    @adityapradhan2025 6 месяцев назад +1

    writing and remembering binaries looks like a tough job because we cant remember all the binaries! So while writing Dockerfiles should we memorise it or just search it on the internet? Please reply🙏

  • @ranjithsn-m2x
    @ranjithsn-m2x Год назад +3

    Hi Abhishek, First of all thanks a lot of putting in lot of effort to bring this course to us.
    I have a php application running in docker container. basically does not need any artifacts to be built and only I need to copy the source code to my container. Can I decrease the image size using distroless or any suggestions how to use multi stage builds. My image size is 2.5GB and my source code size is 800MB

  • @ashwinreddy2866
    @ashwinreddy2866 6 месяцев назад +2

    Man you are Amazing!!! The way you explain concepts is marvolus. More power to you!!!

  • @chapalapallimunibhargavred3730
    @chapalapallimunibhargavred3730 4 месяца назад

    yes we can decrease image size by docker builds using alpine images or distroless images but the application need to work as per the expectations after reducing size to 1.8mb is application working as per expected?

  • @vsshhnu
    @vsshhnu Год назад +2

    Hi Abhishek, great applause to you, really you made devops learning much easier, thanks for that.
    I have little observation in this video, You said that the size is reduced by 800% but the sizes are same for both.
    Please check it once , If I am wrong sorry in advance.

  • @alamandabhaskar6815
    @alamandabhaskar6815 Год назад +1

    Do we need to connect ec2 instance always to git bash to perform any operation on dockers.....?

  • @thepresistence5935
    @thepresistence5935 Год назад +2

    I tried with my python application:
    Without Multi Stage: 904 MB
    With Multi Stage: 54 MB

  • @Vishwask22
    @Vishwask22 10 месяцев назад +3

    Great One, Understood really well. Thanks Abhishek.

  • @santanuhajra-v6r
    @santanuhajra-v6r Год назад +3

    This is very very new thing. Performance tuning along with minimalizing the potential security threat as well.

  • @minizone2304
    @minizone2304 Год назад +3

    Hats off to you Abhishek, so clearly u have explained ,simply Superbbbbbb. :)

  • @sahilmalpotra8284
    @sahilmalpotra8284 5 месяцев назад +1

    this was best video on multi stage build !! plz make a video containerizing full stack web app with multi stage

  • @sureshs09
    @sureshs09 6 месяцев назад

    26:54 What is the purpose of this command in docker file can anyone explain ? COPY . .

  • @suryasjv139
    @suryasjv139 6 месяцев назад

    sir ....how to write docker file
    you dont tell us about docker file ...is it not very important for us

  • @Madhusudhanreddy-g4p
    @Madhusudhanreddy-g4p 6 месяцев назад

    Bro cloud related job ki Aws, Linux , one programming language enough aa bro

  • @ontera4712
    @ontera4712 Месяц назад

    Explaining very well bro, thanks for all your content. I have one question, can we have the distroless images for windows .Net framework 4.8 web application

    • @the_hustling_wanderer
      @the_hustling_wanderer 21 день назад

      answer from microsoft forums >> We currently do not supply Windows-based container images.

  • @AmitVerma-lo6rk
    @AmitVerma-lo6rk 5 месяцев назад +2

    Your content are awesom from interview purpose especially..superb bro

  • @Cloudnp9458
    @Cloudnp9458 8 месяцев назад +1

    Final stage creates minimalist image.
    Distroless image is very minimalistic image that will hardly have any packages.
    Python distroless image will only have python runtime, openjdk etc
    Golang distroless image will not even have runtime. Golang has statically typed application.
    Advantages of distroless image is super lightweight minimalistic size and highest level of security since it's not exposed to os level vulnerabilities.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  8 месяцев назад

      You are preparing the video notes in comments 😀

  • @Rameshpowervlogs
    @Rameshpowervlogs Год назад +2

    Chat gpt can effect devops Engineer future ?? Please answer this question

  • @battumamatha7144
    @battumamatha7144 Год назад +2

    theoretical explanation lo yenta smooth ga cheputhroo pratical ga chepettappudu yendhuku hadavidiga chebutaroo ..... but i m learning new topics about devops thankyou abhishek

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Thanks for the feedback Mamatha .. I will try to improve and teach slow in practical as well

    • @battumamatha7144
      @battumamatha7144 Год назад +1

      @@AbhishekVeeramalla i m sry, i m not able to catch u r points .... but others may understanding well ... its al abt my point of view i shared ...

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      I appreciate your feedback.. no problem at all

    • @priyankayalamala2764
      @priyankayalamala2764 Год назад

      Abhishek right now I am learning a devops course and they said complete course in mobaxterm and when I watch your videos in Ubuntu I am unable to understand brother .. please tell me that in real time what will be using .. I hope you clarify

  • @nallapaneniram766
    @nallapaneniram766 11 месяцев назад +2

    I can clearly see the image size reduced to far lesser size than earlier. thank you.

  • @nareshkambam114
    @nareshkambam114 3 месяца назад +1

    I liked the tech info you are showing with good understanding of them... its awesome... I feel so when I can become like you... thank you

  • @chandbasha5108
    @chandbasha5108 Год назад +1

    the image size is getting reduced drastically while using multistage build,, does the application works properly ..?? after reducing the size..

  • @swamiprasad1244
    @swamiprasad1244 14 дней назад

    Can anyone explain the process from 22:50 plz

  • @suryasjv139
    @suryasjv139 6 месяцев назад

    a GURU ....🙏
    but sir how to write docker files....

  • @aakashsonkusare69
    @aakashsonkusare69 Год назад +1

    What is FROM image_name -slim. iHave seen a youtube using slim to reduce the size.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Its just an image name .. for example , debian offers debian-slim, which is small compared to traditional images

  • @saikrishnakumar2636
    @saikrishnakumar2636 10 месяцев назад +1

    How to call 2 different builds in final stage.
    Stage 1 with golang
    Stage2 with Java runtime
    Final stage :
    copy --from= build1, build2
    Please suggest. Thank you

  • @Everything-yes
    @Everything-yes Год назад +2

    what a size reduce, awesome Abhishek... thank you for this tremendous video

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      My pleasure 😊

    • @Everything-yes
      @Everything-yes Год назад

      @@AbhishekVeeramalla I trying with CentOS machine
      But with CentOS machine I am not able to do such thing..
      But with Ubuntu machine it works awesome..

  • @0xsabir
    @0xsabir Год назад +1

    seems like go application size reduces to 1.8mb and java application is 200mb. what about nodejs build size?

  • @abhinavpaul5960
    @abhinavpaul5960 3 месяца назад

    Is it safe to use distroless image in Production environment ?

  • @sirishak83
    @sirishak83 5 месяцев назад

    Hi, can you explain a bit more abt the source code and the binary , how do we write them . Thank you !!

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  5 месяцев назад

      As a devops engineer you don’t write that. Because I have a development background, I was able to write

  • @JohnOIdowu-ru4jy
    @JohnOIdowu-ru4jy 3 месяца назад +1

    Well explained with real life examples. Welldone Abishek

  • @sriramnandakumar7414
    @sriramnandakumar7414 Год назад +1

    thanks so much for the clarity ....abhishek you mentioned about database image in the layer but what significance does database have while we are building the image

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      If you would like to containerize your db, you need to create another dockerfile for db

  • @goodguy-teddy
    @goodguy-teddy 3 месяца назад

    గ్రేట్ వీడియోస్ ఫ్రమ్ అభిషేక్.
    క్లౌడ్ విత్ రాజ్ వీడియోస్ లో వాడిన ఎక్సప్లనేషన్ తో ( పిక్చర్ ఎక్సప్లనేషన్)ఇంకా బాగా అర్థమవుతుంది.

  • @vinaykumarmatam3708
    @vinaykumarmatam3708 Год назад +1

    Why to build the application in Dockerfile itself ??? We can build applications in local or any CI server then we can use those built artifacts in Dockerfile directly right ??? By this also we can have light weight dockerimage ....

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Hi .. but that is manual activity and not automation. Let's say .. there is a change in the application code .. would you build everything again manually ?

    • @vinaykumarmatam3708
      @vinaykumarmatam3708 Год назад

      @@AbhishekVeeramalla Yeah I agree, if we build it in local. But In my project, we are building the applications with jenkins CI server and then using artifacts to create a minimalstic docker image. By this we can save some networking charges too right ?? As cloud providers will charge for internet traffic too by avoiding multiple times updating the packages and installing required packages to base image.

  • @AnuD-l6r
    @AnuD-l6r 9 месяцев назад

    Hi Abhishek,
    Thankyou for sharing your knowledge
    Can you please explain why do we use withpythonenv
    withpythonenv(‘python3’) {
    sh ‘’’
    Pip3 install -upgrade pip wheel setuptools
    Pip3 install -r pd-deploy/requirements.txt
    ‘’’
    Is it for virtual env ?

  • @InfluenceSnapz
    @InfluenceSnapz 7 месяцев назад

    Hi abhishek, as I follow along to complete the build , My build stops at step 5/8 when using the RUN CGO_ENABLED phase. Any suggestions? Great video by the way first time hearing about multi stage and distroless concept and you explained it perfectly.

  • @yamunag3693
    @yamunag3693 Год назад +1

    I have requirement to install multiple softwares like python, node, aws, serverless, Java etc. Can i use multistage in this case? Now my image size is very very huge

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Why do u need so many ? Please recheck the architecture of your application

    • @yamunag3693
      @yamunag3693 Год назад

      @@AbhishekVeeramalla Thanks for the quick reply..
      My requirement is to install all the required package in a single docker image, where the image can be used in my CI/CD through Kubernetees. So, i have to make the docker image ready with all softwares

  • @venukrishna1452
    @venukrishna1452 10 месяцев назад

    Hi @Abhishel.Veeramalla,
    Whil creating code pipeline, ECR is source and ECS is Deploy selected, but deploy stage is failing with in artfact bucket imagedefinition file is not valid json, how to deploy ECR images to ECS automatically? any session on this automation, please assist

  • @mbinuintangku9907
    @mbinuintangku9907 Год назад +2

    Abhishek you keep giving us good stuff. Thank you so much ❤

  • @derekowusubekoe
    @derekowusubekoe 2 месяца назад

    Hello Abhishek, thanks for the playlist of learning Docker. Please can you re-arrang the playlist to have them in order?

  • @funstuff1036
    @funstuff1036 Месяц назад

    Overall, distroless images are particularly advantageous for production environments where security, performance, and efficiency are critical.

  • @deepakadusumilli2344
    @deepakadusumilli2344 9 месяцев назад

    I Built simple calculator-multistage with that another built also showing when you enter docker images comand. 2 images built at a time. (timestamp is 29.45)

  • @guitarmeetsscience
    @guitarmeetsscience Год назад

    I'm guessing 8 Mb....still watching though...

  • @lingolearner27
    @lingolearner27 9 дней назад

    thsi helped.

  • @novicecoder5753
    @novicecoder5753 10 месяцев назад

    13:30 anna this time you said that we can run the application with the help of artifact that is generated in stage but when you are installing the dependencies in first stage you included the MySQL also but what are the dependencies that we install for MySQL? The database is in the seperate container and we communicate with the db using network so need to install the MySQL dependencies in the stage 1 i think. I am a beginner just correct me if I am wrong 🙏
    Honestly I don't know about these dependencies 😅 because we are using PHP

  • @deveshrautela26
    @deveshrautela26 6 месяцев назад

    Hi bhaiya, from where I can practice creating docker file so that I can get understanding of it. I am new to docker. Please suggest.

  • @hansikanarsi
    @hansikanarsi 10 месяцев назад

    The explanation is very good but I have a query at 28-29 mins. After you build the multi stage image, it is showing an old image too, so my query is whether it depends on the old one?

  • @shravonidas.9449
    @shravonidas.9449 5 месяцев назад

    Awesome content and explanation @Abhishek .thanks a lot . Can you please suggest or help me more to understand Dockerfile as i am a beginner so commands are hard for me .I need more explanation in detail .Please let me know your note on same. thanks a lot .

  • @jitenderpal3588
    @jitenderpal3588 Год назад +1

    Very well explained Abhishek bhai..keep doing the good work.!!

  • @mohammadmakbulshaik2766
    @mohammadmakbulshaik2766 Год назад +1

    Hii anna,
    Could you please make a video on multi stage on three tier application

  • @shaikriyaz2328
    @shaikriyaz2328 Год назад

    Hi Abhishek , it’s a great thing to share knowledge for free, people like you are very less now a days
    Appreciated a lot
    I have a doubt on multistage while creating image it will fetch from the last Entry point from the bottom right ? Correct me if am wrong and second thins if we push this image and some one else pulled to their local , can they perform same without downloading the golang dependencies

  • @ShyamGujjula
    @ShyamGujjula Год назад +1

    very happy to learn new advanced topics with your simple way of explanations. Thank You Abhishek

  • @nayangogoi744
    @nayangogoi744 Год назад +1

    Awesome explanation. Learnt many new things.

  • @surekhach1422
    @surekhach1422 Год назад

    Hi Abhishek , do we need to have google cloud sdk / cli in our ec2 instance ,to download any distroless images? if it is, how it will be sync with docker hub. please suggest.

  • @venkatajagadeesh6826
    @venkatajagadeesh6826 Год назад +1

    You are giving good knowledge for us, we appreciate your efforts. Plan a day to meet us at one place, it will be a chance to say thank you...

  • @surajmoogala6200
    @surajmoogala6200 17 дней назад

    thanks bro it is useful. awesome anna👌

  • @ojitelikenechukwu3895
    @ojitelikenechukwu3895 Месяц назад

    This is very helpful, totally enjoyed this session and learned a lot, thanks Abhishek

  • @538sureshs7
    @538sureshs7 4 месяца назад

    One doubt sir like , building the multi-stage build like simple-calculator-multistage how the docker daemon is executing the image from specific docker file, because both files on same folder means without multistage and with multistage?

    • @artibalvir1193
      @artibalvir1193 3 месяца назад

      bro that is the two different path he is building from ..check the video again

    • @538sureshs7
      @538sureshs7 3 месяца назад

      @@artibalvir1193 Thanks bro ! Means we can't create two docker file on same path ? Is that right ?

    • @artibalvir1193
      @artibalvir1193 3 месяца назад

      @@538sureshs7 we can create

    • @artibalvir1193
      @artibalvir1193 3 месяца назад

      @@538sureshs7 we can create

  • @pardhasaradhi7128
    @pardhasaradhi7128 Год назад +1

    Docker ke ela telustumde manam multi stage lo code rasamu ani

  • @chinmayr3924
    @chinmayr3924 5 месяцев назад

    you said you would talk about docker commands in this video but you didnt cover is it there in next video?

  • @teetlavijay3614
    @teetlavijay3614 Год назад

    Can I apply for job with only docker and kubernetes knowledge?

  • @Niruukumar
    @Niruukumar Год назад +1

    Amazing.. Abhishek.. Good
    Keep it up. Liked it

  • @sn5229
    @sn5229 4 месяца назад

    thank you thank you thnk you thank you....thank you v.much sir.
    May you stay blessed and happy always.