Skip to content
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

missing docker unix group #18

Open
drema201 opened this issue Apr 23, 2020 · 1 comment
Open

missing docker unix group #18

drema201 opened this issue Apr 23, 2020 · 1 comment

Comments

@drema201
Copy link

Hi,

I had an issue with missing "docker" unix group.
I am on Window 7 with VirtualBox VM 6.0.0.
Error message is just after "Configuring Docker proxy"
Faulty command is : chown ... root:docker

I've made a quick fix by adding that group as
config.vm.provision "shell", inline: <<-SHELL
echo 'Add missing docker unix group'
groupadd docker
/vagrant/all.sh #{OPENSHIFT_RELEASE}
SHELL

after that initial installation goes w/o any issues.

@eliu
Copy link
Owner

eliu commented Apr 26, 2020

Did you specify a different vagrant box image instead of centos/7 ? the name of the docker group should be dockerroot when using installing docker in centos.

See: https://rancher.com/docs/rke/latest/en/os/#using-rhel-centos-packaged-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants