What is Docker and How to Install Docker

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 24

  • @sameerh3111
    @sameerh3111 2 года назад +1

    nice explanation, it will be great of you create one video for mac users for how to use Docker to run an application. Thank you

    • @Mukeshotwani
      @Mukeshotwani  2 года назад

      Great Idea Sameer I will do that soon.

  • @vijayjeyaram85
    @vijayjeyaram85 3 года назад +1

    Nice Video Mukesh...Thank you very much for sharing your knowledge.

  • @AnshuYadav-nr8is
    @AnshuYadav-nr8is 5 лет назад +2

    Thanks for video Mukesh. please upload next video for Windows users

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Yes Anshu will be uploading for windows as well 😇

  • @JitendraKumar-lr3vq
    @JitendraKumar-lr3vq 5 лет назад

    thanks mukesh for the video..waiting for your windows set up installation..

  • @jyotiranjanbiswal5186
    @jyotiranjanbiswal5186 Год назад

    Please make a video on how to implement selenium python code on ducker it will helpful

  • @AbhishekMishra-ru2fi
    @AbhishekMishra-ru2fi 5 лет назад +1

    Very new and very good topic Mukesh .I was Waiting for Docker and RPA . When we shall expect complete videos on Docker and RPA?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Docker coming this week and RPA next week will start..
      Thanks Abhishek for following up regularly 🙂

    • @AbhishekMishra-ru2fi
      @AbhishekMishra-ru2fi 5 лет назад +2

      @@Mukeshotwani I have not missed a single video and I am following since 2013.Kindly upload complete topics of Docker.:)

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Thanks a ton Abhi.. 🙏 will be uploading soon.

  • @Deepak-ie7co
    @Deepak-ie7co 5 лет назад +1

    Thanks for the video Sir....

  • @_vikrant
    @_vikrant 3 года назад

    Good informative video.

  • @Mohammed-yi1ku
    @Mohammed-yi1ku 4 года назад +1

    Hey Mukesh,
    Can you please share the Windows docker link ??
    Thanks in advance..

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Mir, here is the link docs.docker.com/docker-for-windows/install/

  • @nishantverma1421
    @nishantverma1421 4 года назад +1

    Hi Mukesh, is it possible to have different OS for containers other than my host OS?

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hey Nishant as of now we can create Linux and windows container (unstable)

    • @nishantverma1421
      @nishantverma1421 4 года назад +1

      Thanks Mukesh.

  • @kotisatesh606
    @kotisatesh606 4 года назад +1

    Hi Mukesh ,
    After installing Docker toolbox on windows 10 home edition as suggested by you I am able to run docker --version but then when I run hello-world Iam getting cannot find file. Could you please guide me how to resolve it .
    C:\Users
    aisha>docker run hello-world
    docker: error during connect: Post %2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/create: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
    See 'docker run --help'.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Satesh, first enable hypervisor in system and cross check from task manager. Uninstall the current docker> Restart the system> Install docker again.
      Note- Restart is must after uninstall.

  • @pallaviu8604
    @pallaviu8604 4 года назад

    Hi Mukesh, How can we execute a selenium program without installing chrome/ chromium?