Complete Application Deployment Using Docker Containers || Devops Real Time Project Episode-1

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Application Deployment in Docker container using the TechStack Python,Mysql and Docker .
    Subscribe to me on TH-cam : / @devops-techstack
    This Video is all about to gain hands on experience for complete application deployment using docker containers , It gives a big picture on how the real time project in devops looks like .
    Git repo link of the demo:
    github.com/Kri...
    Links used in video :
    docs.docker.co...
    dev.mysql.com/...

ความคิดเห็น • 19

  • @servais-fridompandi3846
    @servais-fridompandi3846 หลายเดือนก่อน

    Very interesting. Could you please upload more videos? This one was very beneficial. I've subscribed to your channel and will support it to gain hands-on experience in DevOps as I will work as such very soon and would like to dive deeper into it. Thank you very much for your help and keep up the good job.

  • @servais-fridompandi3846
    @servais-fridompandi3846 2 วันที่ผ่านมา

    Mam, thank you very much for sharing. But I do have a question: How long did it take you to become familiar with those topics? Because, that's a masterclass

  • @SatyamGupta-yq1pt
    @SatyamGupta-yq1pt 7 หลายเดือนก่อน +4

    use this command to create the new network "docker network create test"👌👌

    • @AchaThikAche035
      @AchaThikAche035 6 หลายเดือนก่อน +1

      I am able to create network test using this command and not the command shown in the video

  • @yaminiprasad-c3u
    @yaminiprasad-c3u 8 หลายเดือนก่อน +1

    video has more info in less time..liked your videos

  • @ykchy999999
    @ykchy999999 ปีที่แล้ว

    Wow please upload more videos thanks for helping

  • @narasimhareddychethipattu3631
    @narasimhareddychethipattu3631 ปีที่แล้ว +1

    Thank you mam

  • @LavaKafleNepal
    @LavaKafleNepal ปีที่แล้ว

    wow awesome

  • @jeevan028
    @jeevan028 ปีที่แล้ว +1

    Very simple and standard explanation. Thank you so much

  • @robinruegg9047
    @robinruegg9047 4 หลายเดือนก่อน +2

    Can't imagine a better explained Video!!
    But i have troubles building my db. I got folling error at executing the command at the last line:
    Error Code: 1524. Plugin 'mysql_native_password' is not loaded
    Can someone help me?

  • @shaikshaik442
    @shaikshaik442 ปีที่แล้ว +1

    Tq sis😍

  • @SR00007
    @SR00007 6 หลายเดือนก่อน

    Well Explained.

  • @anilvysyaraju8723
    @anilvysyaraju8723 ปีที่แล้ว +1

    Hi gud exp
    Could u plz upload daily

    • @devops-techstack
      @devops-techstack  ปีที่แล้ว +1

      Definitely will try to increase the frequency of videos .Thank you .

  • @AchaThikAche035
    @AchaThikAche035 6 หลายเดือนก่อน

    Hello at 13:28 " Docker create network test" when I am running this command its saying pull access denied for network, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. Please help to rectify this

    • @AchaThikAche035
      @AchaThikAche035 6 หลายเดือนก่อน +1

      I think the correct command will be " docker network create test" . After running this command I am able to create network test

    • @ashwathgowda8730
      @ashwathgowda8730 5 หลายเดือนก่อน

      Hi you can use : sudo docker network create -d bridge test