Write your 1st Dockerfile | Dockerfile basics | How to write Dockerfile to setup Tomcat container

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 98

  • @marketmaatu6728
    @marketmaatu6728 2 місяці тому +1

    Sooper explained. No one till now explained this way.

  • @divyarajshekar3435
    @divyarajshekar3435 2 роки тому +4

    I feel so lucky to come across your videos. Your videos are so detailed and very understandable. You are such a life saver. Thank you

  • @vikashprasad1893
    @vikashprasad1893 2 роки тому +5

    Hello sir the way you explained ...you really nailed it! Hats off to you !!!!you are really a gem of Devops ...Thankyou so much I wish if you could make videos on docker compose and docker swarm too.

  • @kimacable
    @kimacable 2 роки тому +7

    Superb tutorial. Complex topic explained very systematically and succintly. Liked the split screen technique of comparing the route map for image build with actual real world implementation of building the docker image.👍

    • @ValaxyTechnologies
      @ValaxyTechnologies  2 роки тому +1

      Feel proud when someone identified hard work behind the efforts. Thanks @kimacalbe

    • @kimacable
      @kimacable 2 роки тому

      @@ValaxyTechnologies Praise well deserved. Keep up the goodwork. Have subscribed and look forward to seeing other videos on your channel.😀

  • @adeniyi1975
    @adeniyi1975 Рік тому +1

    Your video is excellent . Very engaging and make me to understand complex steps. Thanks

  • @arvindkumarsingh8476
    @arvindkumarsingh8476 Рік тому

    Best explanation so far on Docker. Thank you Sir.

  • @vikashprasad1893
    @vikashprasad1893 Рік тому

    You r rockstar of Devops really ...salute !!

  • @beatsofloveforever1633
    @beatsofloveforever1633 Рік тому

    supper explanation no body can explain dockerfile like you.i wanted such type of explanation

  • @doclorianrin7543
    @doclorianrin7543 Рік тому

    This video is fantastic. This is how you do a proper tutorial.

  • @PriyaJ234
    @PriyaJ234 2 роки тому

    This is the best ever tutorial I have seen upto now . Thanks a lot 😊 Please bring more content on Devops .

  • @sudheersen8227
    @sudheersen8227 Рік тому +1

    Great video, please make dockerfile for magento please make

  • @salarahmad4385
    @salarahmad4385 3 роки тому +5

    Thank a lot for this great video.. plz make a video on difference b/w CMD & ENTRYPOINT with realtime scenario. expecting soon

  • @nandkumarpanchal5321
    @nandkumarpanchal5321 2 роки тому +2

    I am facing below error while build Dockerfile.Please suggest
    Step 1/9 : FROM centos
    ---> 5d0da3dc9764
    Step 2/9 : RUN yum install java -y
    ---> Running in 2cc86d0a335f
    CentOS Linux 8 - AppStream 314 B/s | 38 B 00:00
    Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
    The command '/bin/sh -c yum install java -y' returned a non-zero code: 1

    • @akankshitadutta8842
      @akankshitadutta8842 2 роки тому

      I'm facing the same issue. Did you find a solution to this?

    • @bhanuprakashmatani5800
      @bhanuprakashmatani5800 2 роки тому +1

      @@akankshitadutta8842 remove the command from Docker file and install java as root user by using same command (yum install java) and then you can docker build successfully

    • @Nabeel_Kummalil
      @Nabeel_Kummalil 2 роки тому

      @@bhanuprakashmatani5800 thanks bro

  • @dips_07
    @dips_07 Рік тому

    Excellent explanation...🤟🤟🙏🙏

  • @deva_2022
    @deva_2022 Рік тому

    Wonderful very easy and simple explanation. I loved it. Sir thank u 🙂

  • @raghavendraganta4
    @raghavendraganta4 2 роки тому

    awesom explanation bro
    it's realy should watchable video ragarding dockerfile

  • @ManjuYadav-zh4kx
    @ManjuYadav-zh4kx 2 роки тому

    thanks for the detailed explanation! this is what I have been looking for.

  • @gopalakrishna7913
    @gopalakrishna7913 3 роки тому +1

    Thank you sir, this video is very useful for me.

  • @vimaladeshmukh4017
    @vimaladeshmukh4017 3 роки тому +1

    Yeah..pls make a dedicated video on cmd and entrypoint

  • @kamal-kc1bn
    @kamal-kc1bn 2 роки тому

    Wonderful sir..... please keep on doing

  • @poornimasridhar5011
    @poornimasridhar5011 2 роки тому

    wonderful explanation Sir....

  • @saintstephenguild6862
    @saintstephenguild6862 Рік тому

    Excellent!!!! tutorial. A full package. Thank you very much Sir for this. I lack the right words. Thumbs up 👍 to you.
    Please will be so glad if you could make another tutorial to differentiate between CMD and ENTRYPOINT . Gracias 🙏

  • @Anandkumar-ux8lf
    @Anandkumar-ux8lf 3 роки тому +1

    Very good information 👌 👍

  • @Iforgomm
    @Iforgomm Рік тому

    Very well explained. Thank you! I followed your tutorial, but the status of my docker container is existed. Do you have any idea why?

  • @manimurugan5
    @manimurugan5 3 роки тому +1

    Thank you sir! Very useful for me thanks a lot

  • @namitaigit
    @namitaigit 2 роки тому

    Really good demo!

  • @maimunalantana8553
    @maimunalantana8553 3 місяці тому

    nice explanation

  • @abhayananda9543
    @abhayananda9543 Місяць тому

    Excellent

  • @vinayvince98
    @vinayvince98 3 роки тому +1

    Thank you so much for this video. Please upload a detailed video on CMD and ENTRYPOINT

  • @Sivakoti-w8h
    @Sivakoti-w8h 2 роки тому

    May i know purpose of xvzf keywords used in the run instruction to convert the tar file to .gz file?

  • @venkateshvikram7044
    @venkateshvikram7044 2 роки тому

    Good one brother!!!

  • @ankitverma-fb3dg
    @ankitverma-fb3dg 2 роки тому +1

    i am facing this error [Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

    • @Nabeel_Kummalil
      @Nabeel_Kummalil 2 роки тому +1

      iam also getting the same error...bro

    • @shekarmani3969
      @shekarmani3969 4 місяці тому

      remove "YUM" commands from dockerfile and run them in the server individually. Later build your image

  • @anupkulkarni2334
    @anupkulkarni2334 2 роки тому

    Hi, can u pls desc what should be done if tomcat is to be accessed outside container? how do we expose ports from linux to be abe to access it from windows machine?

  • @Solo_travelvlogs
    @Solo_travelvlogs 3 роки тому +4

    Please give more details about CMD and ENTRYPOINT. Thanks in advance

  • @KNDVideosandShorts
    @KNDVideosandShorts Рік тому

    Can I take Jenkins as base image for creating MySQL image in dockerfile?

  • @chinyereonyenwe9107
    @chinyereonyenwe9107 Рік тому

    Did you later make a video on CMD and Entrypoints? I would love to understand it more

    • @ValaxyTechnologies
      @ValaxyTechnologies  Рік тому

      Yes, its already published in the channel. here you go
      ua-cam.com/video/xaJqV6XTqOU/v-deo.html

  • @shaikhsharukh4875
    @shaikhsharukh4875 2 роки тому

    Please make a dedicated video On cmd vs entry point with real time based example as till now no one can able to explained these command easy way. Hope you would upload soon...

  • @UdayKumar-vv5tv
    @UdayKumar-vv5tv 3 роки тому +1

    Thank you sir

  • @sivakumarks-devopsengineer5315
    @sivakumarks-devopsengineer5315 3 роки тому +4

    Nice one.. Can you please make a video on real time scenario.. And what are the challenges we do face in real time scenario... Also the monitoring part as well

  • @maninkumar412
    @maninkumar412 2 роки тому

    Hi sir your class are really useful and helping the people lot.
    i am requesting please do the video on the multi stage docker file with the simple example, it will help some many people
    thank you sir

  • @parames3039
    @parames3039 3 роки тому +1

    Good video

  • @bobo_14
    @bobo_14 3 роки тому +1

    Nice.

  • @muzammilhusainshaikh4077
    @muzammilhusainshaikh4077 2 роки тому

    short and simple.
    was getting error for yum repo to install java. have updated the Dockerfile then it ran fine

  • @bhanuprakashmatani5800
    @bhanuprakashmatani5800 2 роки тому

    Hi Sir, In the above video, I have opened a port 8081 - 9000 but still container is not up and running, can you pls help on this

  • @shivasnehav9438
    @shivasnehav9438 3 роки тому +2

    Thank for the session,could i please request you to make video on entry point and CMD.🙂

  • @pramodkumargangwar5598
    @pramodkumargangwar5598 7 днів тому

    awesome

  • @gopalakrishna7913
    @gopalakrishna7913 3 роки тому

    Plz make example create docker file video,

  • @akshayshetty2593
    @akshayshetty2593 2 роки тому

    Sir could you explain multi stage build in Dockerfile

  • @shivakrishna9567
    @shivakrishna9567 2 роки тому

    Hai sir , iIn docker file it is showing an error like this, can you please help me in solving
    Error response from daemon: dockerfile parse error line 5: ADD requires at least two arguments, but only one was provided. Destination could not be determined.

  • @smitaghosh252
    @smitaghosh252 Рік тому

    Awesome

  • @crummmycheese
    @crummmycheese 2 роки тому

    Amazing explanation,i bought courses from you based on this

  • @sivakumarks-devopsengineer5315
    @sivakumarks-devopsengineer5315 3 роки тому

    How do we automate all these in the real-time scenario and what are the used cases

    • @ValaxyTechnologies
      @ValaxyTechnologies  3 роки тому

      You can do it with help of Jenkins. And I have give an use case in my DevOps Project. You can check it our DevOps project course on courses.valaxy.in

  • @narayanaswamy9596
    @narayanaswamy9596 3 роки тому

    Hii,thank you for the video,nice explanation. I build a java app in jenkins and it generated a war file and i added tomcat container details i.e., in docker container. when i try to execute in jenkins, it is unable to copy the war from jenkins to tomcat container. It shows error "ERROR: Build step failed with exception" i had given the tomcat-users.xml correctly. But still it is showing the error. Could you please help me with this...

  • @lakshmimanoj970
    @lakshmimanoj970 2 роки тому

    My container is exiting immediately can someone help me

  • @tanveersyed1049
    @tanveersyed1049 3 роки тому +1

    Thank you for upload a video nice explanation ....pls upload docker compose and docker swarm sir

    • @ValaxyTechnologies
      @ValaxyTechnologies  3 роки тому

      We can able to do on docker compose, But we preferred to discuss Kubernetes rather than docker swarm.

  • @harshachowdary6875
    @harshachowdary6875 3 роки тому

    what is the difference between docker build and docker run?

  • @tharunmudiraj
    @tharunmudiraj 2 роки тому

    Need a special video on CMD And Entry point

  • @KumashuHome
    @KumashuHome Рік тому

    ❤❤❤❤❤

  • @sureshkumar30111981
    @sureshkumar30111981 2 роки тому

    If you, for one reason or the other, are still actively using CentOS 8, you might probably have encountered the following error when trying to update your system or simply install a package.
    “Error: Failed to download metadata for repo ‘appstream’: Cannot prepare internal mirrorlist: No URLs in mirrorlist”
    You may well be aware that CentOS Linux 8 died a premature death, it reached the End Of Life (EOL) on December 31st, 2021, thus it no longer receives development resources from the official CentOS project.

    • @rakeshrane7126
      @rakeshrane7126 Рік тому

      /
      yes getting error on centos 8. Which version to use?

  • @artipathak670
    @artipathak670 2 роки тому

    Sir can pls provide the GitHub link of the code

  • @amitsarkar4282
    @amitsarkar4282 2 роки тому

    Sir, I am unable to get to my webapp.war. It's coming "403 Access Denied" error in Tomcat. Please provide some solutions.

  • @KumashuHome
    @KumashuHome Рік тому

    ❤❤❤