-
Notifications
You must be signed in to change notification settings - Fork 94
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
[error] docker is not installed; refusing to install to '/root/.docker/cli-plugins' #99
Comments
I have the same issue, when I try to scan for vulnerabilities in a gitlab pipeline. |
+1 on this issue |
If you haven't logged in on docker before ( |
Logging in to docker before attempting to install scout resolved the issue for me, thank you! |
thanks this worked but how is it that "docker" always messes up installation of it's components. Used to be a headache to install docker on ubuntu/debian then docker-compose was issue and now this... Why not give a proper error that "Docker Login" required (which shouldn't be required but still). Everytime I see a big corp put out such tools/issues just boggles the mind like how and why they do this? Does no one cares anymore anywhere? |
Justing running |
While Installing Docker Scout on GitLab, it is showing the below error.
I think, in install.sh you need to add one more line to create .docker directory.
Because, when I created .docker file manually which was not present earlier. It was working fine.
The text was updated successfully, but these errors were encountered: