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

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 96

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

    Sooper explained. No one till now explained this way.

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

    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.

  • @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

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

    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.😀

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

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

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

    Best explanation so far on Docker. Thank you Sir.

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

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

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

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

  • @sudheersen8227
    @sudheersen8227 10 місяців тому +1

    Great video, please make dockerfile for magento please make

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

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

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

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

  • @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

  • @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?

  • @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?

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

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

  • @Sivakoti-w8h
    @Sivakoti-w8h Рік тому

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

  • @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...

  • @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 Рік тому

      @@bhanuprakashmatani5800 thanks bro

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

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

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

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

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

    Excellent explanation...🤟🤟🙏🙏

  • @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 🙏

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

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

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

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

  • @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

  • @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.

  • @kamal-kc1bn
    @kamal-kc1bn Рік тому

    Wonderful sir..... please keep on doing

  • @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

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

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

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

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

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

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

  • @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

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

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

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

    wonderful explanation Sir....

  • @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

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

    Very good information 👌 👍

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

    Good one brother!!!

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

    Thank you sir! Very useful for me thanks a lot

  • @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 Рік тому +1

      iam also getting the same error...bro

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

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

  • @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...

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

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

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

    Sir could you explain multi stage build in Dockerfile

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

    nice explanation

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

    Really good demo!

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

    Amazing explanation,i bought courses from you based on this

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

    Plz make example create docker file video,

  • @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?

  • @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

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

    Thank you sir

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

    Good video

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

    My container is exiting immediately can someone help me

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

    Nice.

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

    Awesome

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

    what is the difference between docker build and docker run?

  • @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.

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

    Need a special video on CMD And Entry point

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

    ❤❤❤❤❤

  • @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.

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

    Sir can pls provide the GitHub link of the code

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

    ❤❤❤