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

Поделиться
HTML-код
  • Опубликовано: 18 сен 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 9 месяцев назад

    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!

  • @tamim2996
    @tamim2996 3 года назад +1

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

  • @msilvana15
    @msilvana15 3 года назад +1

    Excellent video David! Thanks

  • @Dreamer-nh6gb
    @Dreamer-nh6gb Год назад

    Thank you David, neat explanation!

  • @alisonquintero3873
    @alisonquintero3873 3 года назад +1

    Great peer David! 🦾

  • @stevendungu1553
    @stevendungu1553 Год назад +1

    great sir

  • @jarlinandresfonsecabermon6076
    @jarlinandresfonsecabermon6076 3 года назад +1

    Excellent video!!!

  • @rahulrampayyoor
    @rahulrampayyoor 2 года назад +1

    Excellent video

  • @maikelberbi5210
    @maikelberbi5210 Год назад +1

    thanks a lot.
    you save me

  • @cyber-see-quill-rity6614
    @cyber-see-quill-rity6614 2 года назад +1

    thank you for this

  • @jaditahu6868
    @jaditahu6868 2 года назад +1

    Good

  • @vikkz9586
    @vikkz9586 Год назад

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

  • @wolverin2030
    @wolverin2030 2 года назад +1

    Great video, it was very helpful. Thank you !

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

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