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

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

КОМЕНТАРІ • 20

  • @SatyamGupta-yq1pt
    @SatyamGupta-yq1pt 9 місяців тому +4

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

    • @AchaThikAche035
      @AchaThikAche035 7 місяців тому +1

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

  • @servais-fridompandi3846
    @servais-fridompandi3846 2 місяці тому

    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.

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

    Wow please upload more videos thanks for helping

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

    Very simple and standard explanation. Thank you so much

  • @yaminiprasad-c3u
    @yaminiprasad-c3u 10 місяців тому +1

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

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

    Thank you mam

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

    wow awesome

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

    Tq sis😍

  • @SR00007
    @SR00007 8 місяців тому

    Well Explained.

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

    Hi gud exp
    Could u plz upload daily

    • @devops-techstack
      @devops-techstack  2 роки тому +1

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

  • @servais-fridompandi3846
    @servais-fridompandi3846 Місяць тому

    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

    • @devops-techstack
      @devops-techstack  Місяць тому +1

      It won't take much time but definitely will suggest instead of giving much time on theatrical part ,jump into doing the project and learn the concepts while doing projects .

  • @robinruegg9047
    @robinruegg9047 6 місяців тому +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?

  • @AchaThikAche035
    @AchaThikAche035 7 місяців тому

    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 7 місяців тому +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 7 місяців тому

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