How to install VirtualBox, Vagrant and a Virtual Machine in Windows 10

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • This tutorial is about how to install the VirtualBox, Vagrant and set a Virtual Machine in Windows 10.
    Download the programs, install them, and set your Virtual Machine.
    In this video I will add Ubuntu 14.04 as a Virtual Machine.
    But you can select any other, like Ubuntu 16.04.
    In this link you can find more sets of virtual machines: app.vagrantup....
    Thank you!

КОМЕНТАРІ • 32

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

    Thank you so much for the tutorial! The course I'm taking implies that you already have everything installed, and doesn't give any instructions. I really appreciate the step by step approach!!

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

    Great job sir! I was struggling with the setup and the VM was not starting and it was fixed after I installed the plugin. Thank you David!

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

    After visiting so much websites......Thanks!!!

  • @edsonxrego2
    @edsonxrego2 3 роки тому +2

    Thank you David, this tutorial works well.

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

    Excellent video well delivered, this helped in setting up multiple machines thank you.

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

    Excellent! Thanks, David!

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

    So beautiful explanation! Thank you!

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

    Excellent video David! Thanks

  • @Dreamer-nh6gb
    @Dreamer-nh6gb Рік тому

    Thank you David, neat explanation!

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

    very nice and compact video...good starting...thanks

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

    Great peer David! 🦾

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

    Unfortunately it says "Box 'base' could not be found. Attempting to find and install. Any suggestions? Thanks

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

    Excellent video!!!

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

    thanks a lot.
    you save me

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

    Excellent video

  • @cyber-see-quill-rity6614
    @cyber-see-quill-rity6614 2 роки тому +1

    thank you for this

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

    Great video, it was very helpful. Thank you !

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

    great sir

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

    hi david, am trying with ubuntu18 ,tyring to install the plugin gives the error ; An invalid option was specified. The help for this command
    is available below. Usage: vagrant plugin install ... [-h]
    what do you suggest i do ? this is the command i used ; vagrant plugin install vagrant -vbguest

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

      You have a typo, there is an space between vagrant and the hyphen with -vbguest, you should type "vagrant plugin install vagrant-vbguest"

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

    My hardware acceleration seems disabled

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

    How to get name of virtual machine i.e. ubuntu/trusty64

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

    Good

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

    If we need multiple machines? Then do we need to repeat all steps
    Or just run vagrant install ubuntu14?

    • @devarias
      @devarias  3 роки тому +2

      If you need multiple machines, just create new folders with the names of the VirtualMachines, and add the different machines from:
      - Enter to the folder with the name and add the new machine
      - vagrant box add `name_of_the_machine`
      - vagrant init `name_of_the_machine`
      - vagrant up
      - vagrant ssh
      If you have another question, just let me know. :)

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

      @@devarias thanks will try and let you know tomorrow

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

      @@devarias thanks it worked
      Just few more doubts
      1. Do we need to add vagrant vb guest for each machine
      2. How to add different kernel like redha,centos etc
      Thanks in advance!

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

      @@pratulpruthi
      1. Install the plugin is a good option for every machine, if you don't install to them, they could fail in the future.
      2. app.vagrantup.com/boxes/search​ there you can find more centos/7 or redhat

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

      @@devarias thanks a ton!
      Appreciate quick reply
      I am able to setup multiple different kernels now : ubuntu, centos

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

    How to install win8 this way?

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

      I am not sure if the same procedure works fine for Windows 8, you could try this, or look for more documentation in google.

  • @Al-khayr.2002
    @Al-khayr.2002 2 роки тому

    I get this when I run my vagrant up command: Please help , this I have been trying for long
    λ vagrant up
    Bringing machine 'default' up with 'virtualbox' provider...
    ==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
    The box 'ubuntu/trusty64' could not be found or
    could not be accessed in the remote catalog. If this is a private
    box on HashiCorp's Vagrant Cloud, please verify you're logged in via
    `vagrant login`. Also, please double-check the name. The expanded
    URL and error message are shown below:
    URL: ["vagrantcloud.com/ubuntu/trusty64"]
    Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.