-
Notifications
You must be signed in to change notification settings - Fork 344
Rancher must be ran with the --privileged flag #129
New issue
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
Comments
You're correct, the Vagrant quickstart was pulling in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,all.
I used the Vagrant Quick Start with virtualbox.
After
vagrant up
command following logs appeared endlessly.I logged in the server-01 and looked rancher container log with
docker logs
command.So, I changed configure_rancher_server.sh to use privileged mode.
It worked fine !
Has privileged mod been need to run in v2.5.x ?
The text was updated successfully, but these errors were encountered: