Vagrant 101 Tutorial - All you need to know to get started with Vagrant.

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

КОМЕНТАРІ • 34

  • @DevOpsJourney
    @DevOpsJourney  4 роки тому +9

    How has Vagrant helped you on your DevOps Journey?

    • @stumblinzz
      @stumblinzz 3 місяці тому

      I'm developing tools that need to run on virtual machines to emulate what I'm going to deploy to the cloud, so I'm picking it up starting today to help me out.

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

    Thank you soo much!
    Theses videos are better than others pay courses!

  • @mikhailplekhov3894
    @mikhailplekhov3894 2 роки тому +2

    Thank you very much! Very useful lesson!

  • @aritra1414
    @aritra1414 3 роки тому +1

    Hey, sorry to have bothered, I messed up the network. It is working fine now. Up and running with the first box.

  • @ashafiullah
    @ashafiullah 4 роки тому +6

    I think you forgot to mention that after the initial vagrantfile setup , user's need to run 'vagrant up' command before the 'vagrant ssh' command...just a FYI. BTW, this is a great tutorial for vagrant
    learning! Thank you

    • @DevOpsJourney
      @DevOpsJourney  4 роки тому

      Yes thank you for mentioning that! Must of lost something on the editing floor.

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

      Thank you. I watched 3 videos on Vagrant setup.. None of them said to run "vagrant up/vagrant ssh'. After install, i run the "vagrant" command and it gave me the HELP info, as if the the command had failed. But apparently, the HELP info means everything is fine. Who does that?! LOL my god

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

      actually that was said, you're just inattentive

  • @lior2636
    @lior2636 2 роки тому +1

    Thank you! It's a great video. Helped me a lot :)

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

    Nice review! Thanks.

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

    interesting introduction

  • @fatemepourghaemi2587
    @fatemepourghaemi2587 3 роки тому +1

    thanks for uploading

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

    Hello, GREAT CHANNEL!!!!! I am having a issue... can you help me? "The specified host network collides with a non-hostonly network!" i find many GOOGLES but nobody give a clear solution

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

    when i try opening vm, it's requesting for login details which i don't remember creating any username or password. please help me

  • @paschalokafor9043
    @paschalokafor9043 2 роки тому

    Convenient what.🤣 Beautiful video. Thank you.

  • @fatemepourghaemi2587
    @fatemepourghaemi2587 3 роки тому +1

    great video

  • @git_t0v
    @git_t0v 3 роки тому +1

    Will it matter that I am following along in Linux?

    • @git_t0v
      @git_t0v 3 роки тому +1

      Other than how to install it of course.

    • @DevOpsJourney
      @DevOpsJourney  3 роки тому

      Great question! Everything should be the same, vagrant machines are managed the same regardless of your host OS.

    • @git_t0v
      @git_t0v 3 роки тому

      @@DevOpsJourney How do you recommend a brand new person follow the video? Identical to what you are doing? ie: clearing out the comments of the Vagrantfile and adding a few lines of code?
      Thanks! ^_^

  • @TheJDieJ
    @TheJDieJ 4 роки тому

    Is it an equaliment to the linux distro hosted in docker container, isnt it?

    • @DevOpsJourney
      @DevOpsJourney  4 роки тому +1

      Vagrant is for managing Virtual Machines. Virtual Machines have a hypervisor that allows the Guest OS access to the underlying hardware. Containers like docker, are much more lightweight and are meant to run a single process.
      Usually we have a Virtual Machine, and underneath it you have your container engine like docker and all your apps run in the docker containers.

  • @76739
    @76739 2 роки тому

    Спасибо

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

    After vagrant up I keep getting this error "There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.
    Command: ["startvm", "c33bac58-129a-4547-a3f8-4512492d0a71", "--type", "headless"]
    Stderr: VBoxManage: error: Error: vmnet_start_interface returned 1001 (VERR_INVALID_PARAMETER).
    VBoxManage: error: Failed to attach the network LUN (VERR_INVALID_PARAMETER)
    VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
    plz help me fix it

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

    Lol@1 eternity later😂😂

  • @salonsospain
    @salonsospain 3 місяці тому

    402

  • @salonsospain
    @salonsospain 3 місяці тому

    537

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

    who reads terms? 🤣

  • @sidewind131258
    @sidewind131258 2 роки тому

    When I try to follow your video I get this message:
    vagrant init bento/ubuntu-18.04
    The user that is running Vagrant doesn't have the proper permissions
    to write a Vagrantfile to the specified location. Please ensure that
    you call `vagrant init` in a location where the proper permissions
    are in place to create a Vagrantfile.
    I know Vagrant is installed correct as I can see all the options when just running the command Vagrant in powershell

    • @DevOpsJourney
      @DevOpsJourney  2 роки тому

      Are you on windows? Try running your PowerShell prompt as administrator. Also - what's the directory you are in?

    • @sidewind131258
      @sidewind131258 2 роки тому

      @@DevOpsJourney Admin did the trick, I'm in D:\Vagrant where I have thosen to install all about Vagrant. I might come with a host of more questions, computing is SO much more complex than when I started back in 82 or so 😊😊
      Thank you

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

    Thank you soo much!
    Theses videos are better than others pay courses!