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
Under vagrant box add --help there's an option to be able to define which version of the box we want to download:
--box-version VERSION Constrain version of the added box
Currently, there's no way to define a specific version and make it run with that one, it's only the latest or having this hardcoded under the VagrantFile.
The request is to extend the box_add() method to accept this optional parameter
The text was updated successfully, but these errors were encountered:
Under
vagrant box add --help
there's an option to be able to define which version of the box we want to download:--box-version VERSION Constrain version of the added box
Currently, there's no way to define a specific version and make it run with that one, it's only the latest or having this hardcoded under the VagrantFile.
The request is to extend the
box_add()
method to accept this optional parameterThe text was updated successfully, but these errors were encountered: