-
Notifications
You must be signed in to change notification settings - Fork 266
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
Doesn't work on CentOS 7 #47
Comments
It seems you have no permission to access |
Hi @xinnj please checkout if it's problem of permission. |
Hi, The docker service was started by root. I don’t know anything else I can do. BTW, dockerui works fine at the same platform. I believe dockerui is also using the same docker.sock. Xin 发件人: tobe Hi @xinnj please checkout if it's problem of permission. — |
Yes, you're right @xinnj Are you running the seagull command as root? Please paste the output of |
|
Hi @root2000xyz . It seems the problem of permission but you have already run as root. Please let me have some time to test in CentOS 7 and find out the root cause :) |
Run the container with the |
Host sever is running CentOS 7. DockerUI works well with same docker configuration.
$ docker run -p 10086:10086 -v /var/run/docker.sock:/var/run/docker.sock tobegit3hub/seagull
2015/06/16 05:53:37 [app.go:103] [I] http server Running on :10086
Error to connect to /var/run/docker.sock dial unix /var/run/docker.sock: permission denied
Error to connect to /var/run/docker.sock dial unix /var/run/docker.sock: permission denied
Error to connect to /var/run/docker.sock dial unix /var/run/docker.sock: permission denied
The text was updated successfully, but these errors were encountered: