You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
in all their Vagrantfiles, at least in those based on the Microsoft/EdgeOnWindows10 base box. But it would be better to be able to specify only config.vm.box = "Microsoft/EdgeOnWindows10" and be done.
One solution could be to specify the username and password in the Vagrantfile of the base box itself, so that it would be inherited by any Vagrantfile using the Edge10 base box (see Load Order and Merging, which in point 1. specifies as the first merged Vagrantfile the "Vagrantfile packaged with the box that is to be used for a given machine.")
Another solution could be to use "vagrant/vagrant" as the username/password pair, as recommended by vagrant.
The text was updated successfully, but these errors were encountered:
Vagrant users are required to explicitly specify
in all their Vagrantfiles, at least in those based on the
Microsoft/EdgeOnWindows10
base box. But it would be better to be able to specify onlyconfig.vm.box = "Microsoft/EdgeOnWindows10"
and be done.One solution could be to specify the username and password in the Vagrantfile of the base box itself, so that it would be inherited by any Vagrantfile using the Edge10 base box (see Load Order and Merging, which in point 1. specifies as the first merged Vagrantfile the "Vagrantfile packaged with the box that is to be used for a given machine.")
Another solution could be to use "vagrant/vagrant" as the username/password pair, as recommended by vagrant.
The text was updated successfully, but these errors were encountered: