DOCKER MASTERCLASS - 40-Min Crash Course in [HINDI]

Поділитися
Вставка
  • Опубліковано 5 тра 2024
  • #mprashant #linux #devops #docker ‪@MPrashant‬
    Docker Crash Course
    Docker for beginners.
    Docker in one video
    Docker course for beginners in Hindi
    Docker tutorial for beginners in Hindi
    Docker Interview Preparation | Docker revision
    Earn Practical Knowledge
    Link of slides and python codes - drive.google.com/drive/folder...
    Other Videos You Should check
    • Ansible Course For Beg...
    • Docker Course For Begi...
    • Kubernetes Course for ...
    • Jenkins Course For Beg...
    • Git and GitHUB Tutoria...
    • Master SHELL SCRIPTING...
    • Linux Command Line in ...
    • Master Python Basics: ...
    • Master MySQL in ONE VI...
    What is a Docker?
    Why we need Docker?
    What is container?
    Architecture of Docker
    Flow of Docker
    What is DockerFile
    What is Docker Registry
    How to create DockerFile?
    How to build Docker Image?
    Manage and Running Containers
    Useful Info for Containers
    Managing Images
    Update our project
    Pre-defined Images
    Running container in Interactive mode
    Push Image in DockerHub
    How to Pull Images remotely
    Docke Volume
    Mount Binds in Docker
    Working with APIs
    Container with Local DB
    Project with Multiple Containers
    Docker Network
    What is Docker Compose
    Docker Compose for Multiple containers
    Docker compose with network
    Docker compose with volume
    Docker compose with port binding
    What is a docker?
    What is a container?
    What is containerization?
    What is dockerfile?
    What is docker image?
    What is docker container?
    What is docker registry?
    What is docker hub?
    What is the use of docker?
    How docker works?
    Container vs VMs
    How to build an docker image?
    Docker platform
    what is the use of docker?
    Docker in devops?
    benefits of docker
    docker repo
    docker engine
    docker support
    docker tutorial in hindi
    docker in hindi
    docker easy explanation
    best video on docker
    docker tutorial for beginners
    docker for beginners in hindi
    devops
    docker
    docker tutorial
    dockerfile
    In this video, we'll be exploring what Docker is and how it can help you. We'll be covering the basics of Docker, what it is, what it does, and how it works.
    If you're looking to learn more about what Docker is and how it can help you, then this is the video for you! We'll be covering everything you need to know about Docker in this video, from the basics to more advanced topics. So come join us as we explore the secrets of containerization and how Docker can help you!
    Docker is a powerful tool that can help you streamline your workflows and make your software development processes more efficient. If you're curious about what Docker is and how it can help you, then this video is for you!
    Docker is a relatively new technology that is quickly gaining in popularity. It's a way to package and deploy applications securely and efficiently. In this video, we'll use docker to create a simple web application, and we'll see how it can be used to improve our development process.
    In this video, we're going to be taking a look at the Docker orchestration platform - Docker! We'll be covering everything from the basics of Docker to more advanced topics like Docker compose and docker mount bind.
    If you're looking to learn more about Docker, this is the video for you! This Docker course will teach you everything you need to know from the ground up, including how to use docker compose and docker mount bind. By the end of this video, you'll be able to use Docker to manage your applications and services

КОМЕНТАРІ • 47

  • @tejas-py
    @tejas-py 12 днів тому +1

    Thank you Prashant bhai.. helped me a lot in the interview

  • @iqraammad5099
    @iqraammad5099 Місяць тому +2

    best and easy explanation

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

    Awesome Prashant

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

    Very helpfull video sir😊

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

      Glad you liked it.

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

    Very helpful video Sir

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

      Thanks and welcome

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

    Very informative video

  • @HackwithParesh69
    @HackwithParesh69 2 місяці тому +3

    Bro terraform pe ek banao full course exam ke releted

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

    sir make a docker-compose video like this thanks

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

    Boy You are ❤

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

    Bhaiya can you do same short crash course of max an hour for jenkins also? It will be very helpful🙏

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

    Bhai Azure and Terraform pe bhi video banado

  • @AryaMan-sys
    @AryaMan-sys 2 місяці тому +1

    Bhaiya can you please make a video on terraform that how can we use it with its official documentation with aws. And this video was very helpful😊😊

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

    My first comment....❤❤

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

      Appreciated!! 🤍

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

    Sir gitlab ke uper video banao

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

    Please make a video on micro services & kubernetes

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

      A detailed video on Kubernetes already there
      Kubernetes - ua-cam.com/video/rBeyHDKLVqM/v-deo.html

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

    Bhaiya can you tell which terminal you are using to do all this, thanks you

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

      I am using VSCode integrated terminal :)

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

    i got this error while making dockerfile PS C:\Users\h.f\Git Rep\TST> touch dockerfile
    touch : The term 'touch' is not recognized as the name of a cmdlet,
    function, script file, or operable program. Check the spelling of the
    name, or if a path was included, verify that the path is correct and try
    again.
    At line:1 char:1
    + touch dockerfile
    + ~~~~~
    + CategoryInfo : ObjectNotFound: (touch:String) [], CommandN
    otFoundException
    + FullyQualifiedErrorId : CommandNotFoundExceptio

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

      I guess you are using default CMD terminal,
      Can you try using VSCode terminal as I shown or GitBash terminal instead

  • @WithEeshu
    @WithEeshu 22 дні тому

    Pehle docker ki video dekhu ya kubernate ki! Kindly suggest

  • @ShourovRoy-pk5zm
    @ShourovRoy-pk5zm 2 місяці тому +1

    Production k8s please

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

    i have 1 doubt port binding 8080:3030 ki tab
    docker logs m localhost 3030 aaya then web pe 8080 pe kyu chala 3030 pe kyu nahi ?

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

      3030 is inside container which is not exposed to outer network
      that's why we are binding port :)

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

      @@MPrashant may i know ur ig bro

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

    How you installed docker utility in vscode tell that please

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

      I didn't installed on vscode, VSCode uses terminal of your local system so let's say if you installed docker on windows then you open terminal in vscode, you will be able to use it.

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

      @@MPrashant ok got it, please let me know how you have installed it on windows

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

    Th@nkyou $!r

  • @user-gn3uc9sh7f
    @user-gn3uc9sh7f 2 місяці тому +1

    hello bhaiya , can you provide your linkedin id

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

      you can search with 'Prashant kumar paradkar' although I remain inactive most of the time.