-
Notifications
You must be signed in to change notification settings - Fork 190
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
Horusec cli is not running on docker version > 19.3 #1169
Comments
Same issue on a machine running Ubuntu 22.04. |
Hello I also had this problem and it has been fixed with the solution. |
Thank you @offnaria but I would like to run the most stable version instead of a beta one. |
Hello did you try this image |
Try the beta version as a workaround: image="horuszup/horusec-cli:v2.9.0-beta.3"; \
docker pull $image ;\
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd):/src/horusec $image horusec start \
-p /src/horusec -P $(pwd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all! I need some help about Horusec CLI + Docker.
I installed the Horusec CLI using this command line
curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest
Then when I run it (horusec start), this is the error that I see:
"time="2023-11-15T10:06:29-03:00" level=error msg="{HORUSEC_CLI} Your docker version is below of: " error=19.3
Error: docker not found. Please check and try again"
Environment:
The text was updated successfully, but these errors were encountered: