Hello all,
My (host) OS is Win10Pro.
Have a basis question about guest OS choice in vagrantfile.
Most examples I seen uses ubuntu. In my current use case, I have this:
config.vm.box = "ubuntu/focal64"
I ran into some build issues and trying to isolate the problems. I asked the owner of the project. He told me he uses debian not ubuntu. Something like this:
config.vm.box = "debian/buster64"
My question: Since inside the kernal of ubuntu, is really debian. I believe some people prefer debian is because it is very stable. Not even sure when debian has an update last.
Picking ubuntu as guest OS (instead of using debian) should not make any difference in building any linux based project. Am I correct?
Thanks in advance.