We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On macOS, the crontab container runs with the below error:
crontab-1 | crond: USER docker pid 242 cmd /bin/bash /opt/crontab/jobs/6ad06749-351e-459c-8f70-0291a9833c2e.sh crontab-1 | Start Cronjob 6ad06749-351e-459c-8f70-0291a9833c2e test curl crontab-1 | Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/json: dial unix /var/run/docker.sock: connect: permission denied
This has to do with an issue mounting the docker socket onto the container, have you experienced this before?
The text was updated successfully, but these errors were encountered:
#9 (comment)
Sorry, something went wrong.
Same issue
No branches or pull requests
On macOS, the crontab container runs with the below error:
crontab-1 | crond: USER docker pid 242 cmd /bin/bash /opt/crontab/jobs/6ad06749-351e-459c-8f70-0291a9833c2e.sh
crontab-1 | Start Cronjob 6ad06749-351e-459c-8f70-0291a9833c2e test curl
crontab-1 | Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/json: dial unix /var/run/docker.sock: connect: permission denied
This has to do with an issue mounting the docker socket onto the container, have you experienced this before?
The text was updated successfully, but these errors were encountered: