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.
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
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
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
@@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! ^_^
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.
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
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 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
How has Vagrant helped you on your DevOps Journey?
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.
Thank you soo much!
Theses videos are better than others pay courses!
Thank you very much! Very useful lesson!
Hey, sorry to have bothered, I messed up the network. It is working fine now. Up and running with the first box.
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
Yes thank you for mentioning that! Must of lost something on the editing floor.
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
actually that was said, you're just inattentive
Thank you! It's a great video. Helped me a lot :)
Nice review! Thanks.
interesting introduction
thanks for uploading
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
when i try opening vm, it's requesting for login details which i don't remember creating any username or password. please help me
vagrant/vagrant
Convenient what.🤣 Beautiful video. Thank you.
great video
Will it matter that I am following along in Linux?
Other than how to install it of course.
Great question! Everything should be the same, vagrant machines are managed the same regardless of your host OS.
@@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! ^_^
Is it an equaliment to the linux distro hosted in docker container, isnt it?
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.
Спасибо
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
Lol@1 eternity later😂😂
402
537
who reads terms? 🤣
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
Are you on windows? Try running your PowerShell prompt as administrator. Also - what's the directory you are in?
@@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
Thank you soo much!
Theses videos are better than others pay courses!