1 | Everything a Beginner needs to know about Vagrant

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 32

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

  • @agun21st
    @agun21st ปีที่แล้ว +2

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

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      You are most welcome Mahadi

  • @nongtar2839
    @nongtar2839 หลายเดือนก่อน

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

    • @RaghavPal
      @RaghavPal  หลายเดือนก่อน

      Glad it was helpful

  • @MrManojnamdev
    @MrManojnamdev ปีที่แล้ว +2

    Great Job, Thanks for the video series

  • @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 4 หลายเดือนก่อน

    Thanks a bunch for such a neat explanation🙏

    • @RaghavPal
      @RaghavPal  4 หลายเดือนก่อน

      Most welcome Sushma

  • @bhumikabansal6022
    @bhumikabansal6022 หลายเดือนก่อน

    Thanks a lot

    • @RaghavPal
      @RaghavPal  หลายเดือนก่อน

      Most welcome

  • @maheshkumarnaik754
    @maheshkumarnaik754 หลายเดือนก่อน

    nice sir

    • @RaghavPal
      @RaghavPal  หลายเดือนก่อน

      Thanks Mahesh

  • @SineQuaNon1
    @SineQuaNon1 ปีที่แล้ว

    Thanks. As always, great video.

  • @starterdev
    @starterdev 5 หลายเดือนก่อน

    This video got me subscribed

    • @RaghavPal
      @RaghavPal  5 หลายเดือนก่อน

      Thanks

  • @user-es3rz1im2o
    @user-es3rz1im2o 9 หลายเดือนก่อน

    Very useful

    • @RaghavPal
      @RaghavPal  9 หลายเดือนก่อน

      Thanks a lot Yuji

  • @sdetbyraviteja568
    @sdetbyraviteja568 ปีที่แล้ว

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

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

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