-
Notifications
You must be signed in to change notification settings - Fork 48
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
hope to update documents #1
Comments
Thanks for the feedback. To your points:
|
Sorry for dragging my feet a bit on PR #3 - other commitments keeping me away and have been trying to garner some opinons on good practice here. I'm conscious of adding layers of complexity to patch an issue with the underlying method. That said, the entrypoint script method seems quite neat. Do you see any potential downsides? |
I will shift the discussion into the PR as I do not want to hiccup this issue right now. |
Dear author,
seems like this is the most popular Jenkins image with docker in docker, thank you very much!
I found some issues when trailing your image, hope you can consider them:
will meet the 'Permission Denied' issue. since the /var/run/docker.sock in the host, is only allows root user/docker group to access, but this image will use Jenkins user in the container, so I would like to run with
--user 0
to simply avoid this issue, any better idea?suggest adding volume:
/etc/docker
. then we can use the same certs.d fold and daemon.json as the host machine. although we can manually mount any path into a Docker container, this is still a hint for some docker management UI to create a volume (like Portainer).It would be nice to give a Jenkins Pipeline example to build a docker image.
The text was updated successfully, but these errors were encountered: