1 | Everything a Beginner needs to know about Vagrant

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

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

  • @agun21st
    @agun21st Год назад +2

    Very easy way to understand Vagrant. Thanks. I am following full playlist.

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

      You are most welcome Mahadi

  • @stefan5249
    @stefan5249 6 месяцев назад +1

    Thanks so much, after a wrong installing vagrant i watched your tutorial and now its running well!

    • @RaghavPal
      @RaghavPal  6 месяцев назад

      So happy to know this Stefan

  • @MrManojnamdev
    @MrManojnamdev Год назад +2

    Great Job, Thanks for the video series

  • @nongtar2839
    @nongtar2839 Месяц назад

    Thanks a lot. This video really help me to understand the concept of hypervisor and vagrant.

  • @Arasuari
    @Arasuari Год назад +1

    I have scored 7/10 and waiting for next video, really interesting

    • @RaghavPal
      @RaghavPal  Год назад +1

      Great, all the best Arasu

  • @sushmajyothi8659
    @sushmajyothi8659 5 месяцев назад

    Thanks a bunch for such a neat explanation🙏

    • @RaghavPal
      @RaghavPal  5 месяцев назад

      Most welcome Sushma

  • @bhumikabansal6022
    @bhumikabansal6022 2 месяца назад

    Thanks a lot

  • @maheshkumarnaik754
    @maheshkumarnaik754 Месяц назад

    nice sir

  • @starterdev
    @starterdev 5 месяцев назад

    This video got me subscribed

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

    Thanks. As always, great video.

  • @YujiItadori-p2k
    @YujiItadori-p2k 9 месяцев назад

    Very useful

    • @RaghavPal
      @RaghavPal  9 месяцев назад

      Thanks a lot Yuji

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

    thank you

  • @sdetbyraviteja568
    @sdetbyraviteja568 Год назад +1

    Have one doubt. Will vagrant replaces the docker?

    • @RaghavPal
      @RaghavPal  Год назад +1

      No, Vagrant and Docker are two different tools with different purposes.
      Vagrant is a tool for managing virtual machine environments, allowing developers to easily create, configure, and manage virtual machines. It is particularly useful for creating development environments that are consistent across different machines.
      Docker, on the other hand, is a containerization platform that allows developers to package their applications and dependencies into portable containers. Docker containers can be run on any machine that supports Docker, making it easier to deploy applications in different environments.
      While both Vagrant and Docker can be used for development environments, they serve different purposes and are not interchangeable.

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

    Nice pich voice sir keep it up 😊😊😊😊😊

  • @alexpulido2431
    @alexpulido2431 3 месяца назад

    if Vagrant is a Virtual Machine why does it need Virtual box ?

    • @RaghavPal
      @RaghavPal  3 месяца назад

      Alex
      Vagrant is an open-source tool. Its primary purpose is to simplify the process of creating, configuring, and managing development environments.
      VirtualBox is an open-source virtualization platform that allows you to create and manage virtual machines (VMs) on your host operating system (OS). It provides a way to run multiple guest OS instances within a single host OS.
      Vagrant integrates with various virtualization providers (such as VirtualBox, VMware, and Hyper-V) to create and manage VMs based on the defined configuration
      In summary, Vagrant and VirtualBox work together to streamline the process of managing VMs, making it easier for developers to create consistent and reproducible development environments
      --

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

    Is vagrant is just like a Centos??

    • @RaghavPal
      @RaghavPal  Год назад +3

      No CentOS is a linux distribution
      Vagrant is a tool that allows you to create and manage virtual machines. CentOS is a Linux distribution. A virtual machine is a software emulation of a physical computer. It can run its own operating system and applications, just like a physical computer