1 | Everything a Beginner needs to know about Vagrant

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

КОМЕНТАРІ • 32

  • @stefan5249
    @stefan5249 5 місяців тому +1

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

    • @RaghavPal
      @RaghavPal  5 місяців тому

      So happy to know this Stefan

  • @agun21st
    @agun21st Рік тому +2

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

    • @RaghavPal
      @RaghavPal  Рік тому

      You are most welcome Mahadi

  • @MrManojnamdev
    @MrManojnamdev Рік тому +2

    Great Job, Thanks for the video series

  • @nongtar2839
    @nongtar2839 21 день тому

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

  • @sushmajyothi8659
    @sushmajyothi8659 4 місяці тому

    Thanks a bunch for such a neat explanation🙏

    • @RaghavPal
      @RaghavPal  4 місяці тому

      Most welcome Sushma

  • @Arasuari
    @Arasuari Рік тому +1

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

    • @RaghavPal
      @RaghavPal  Рік тому +1

      Great, all the best Arasu

  • @SineQuaNon1
    @SineQuaNon1 Рік тому

    Thanks. As always, great video.

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

    Thanks a lot

  • @starterdev
    @starterdev 4 місяці тому

    This video got me subscribed

  • @maheshkumarnaik754
    @maheshkumarnaik754 27 днів тому

    nice sir

  • @user-es3rz1im2o
    @user-es3rz1im2o 8 місяців тому

    Very useful

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

      Thanks a lot Yuji

  • @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.

  • @siliconninjaa6811
    @siliconninjaa6811 Рік тому

    thank you

  • @sdetbyraviteja568
    @sdetbyraviteja568 Рік тому

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

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

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

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

      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