We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--provision
Like vagrant up --provision, we might want to add this flag to the racker run command line in order to run re-provisioning of the WDM Vagrant machine.
vagrant up --provision
racker run
When already having this flag, it can also be used to reset the checkout of the Windows Docker Machine repository.
https://github.com/cicerops/racker/blob/719ce6187ee44606e6ffa329d13d47353fc41b56/postroj/winrunner.py#L51-L53
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Like
vagrant up --provision
, we might want to add this flag to theracker run
command line in order to run re-provisioning of the WDM Vagrant machine.When already having this flag, it can also be used to reset the checkout of the Windows Docker Machine repository.
https://github.com/cicerops/racker/blob/719ce6187ee44606e6ffa329d13d47353fc41b56/postroj/winrunner.py#L51-L53
The text was updated successfully, but these errors were encountered: