Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"
wing-dev said:
Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"
Thanks wing-dev
I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set
config.vm.box_check_update = false
in my scripts/homestead.rb
This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel
in my scripts/homestead.rb "config.vm.box_check_update = false" is not present ! i am using latest box. how can i disable update check?
config.vm.box_check_update>njames said:
wing-dev said:
Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"
Thanks wing-dev
I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set
config.vm.box_check_update = false
in my scripts/homestead.rb
This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel
tanveer19 said:
in my scripts/homestead.rb "config.vm.box_check_update = false" is not present ! i am using latest box. how can i disable update check?
config.vm.box_check_update>njames said:
wing-dev said:
Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"
Thanks wing-dev
I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set
config.vm.box_check_update = false
in my scripts/homestead.rb
This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel
Look if 'config.vm.box_check_update = true' is present (At work at the moment, can't check.) and change it to false. Else add the statement yourself
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community