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

Поділитися
Вставка
  • Опубліковано 16 лип 2024
  • This is video 1 of 4 for the Vagrant 101 course. This course is completely free and includes labs that you can follow along with.
    Course Playlist: • Vagrant 101 Tutorial -...
    All code and commands in these video is available on Github: github.com/devopsjourney1/vag...
    Play at 1.25 speed if I talk too slow!
    0:00 Intro
    0:28 What is Vagrant
    0:46 Sample Configuration
    1:59 Vagrant Images
    Installation:
    3:01 How to Install Vagrant
    4:54 How to Install VirtualBox (Vagrant Provider)
    Using Vagrant:
    5:55 - Creating a Vagrant Machine using Vagrant init
    6:37 - Modify Vagrant File
    8:00 - Bring Vagrant Machine online with Vagrant up
    9:20 - Vagrant SSH to Manage your Vagrant virtual machine
    #code #dev #tutorial #vagrant
  • Наука та технологія

КОМЕНТАРІ • 30

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

    How has Vagrant helped you on your DevOps Journey?

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

    Thank you very much! Very useful lesson!

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

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

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

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

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

    Nice review! Thanks.

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

    thanks for uploading

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

    great video

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

    Convenient what.🤣 Beautiful video. Thank you.

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

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

    Спасибо

  • @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 9 місяців тому

      actually that was said, you're just inattentive

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

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

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

  • @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! ^_^

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

    Lol@1 eternity later😂😂

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

    who reads terms? 🤣

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

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

    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  Рік тому

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

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

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