-
Notifications
You must be signed in to change notification settings - Fork 63.3k
Add a note about docker installed from snap #19309
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
Conversation
One of user had a problem with the docker in self-hosted environment. The investigation showed it used the engine installed with snap and that was a reason of the problem. Original issue: actions/setup-java#348
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
fpt: Free, Pro, Team |
@dsame Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR 👍 I've add some small edits in a suggestion. You mentioned this occurred in a self-hosted runner environment, so would it make sense to move this section to the self-hosted runner docs "Customizing the containers used by jobs"? This is the applicable file: https://github.com/github/docs/blob/main/content/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs.md
content/actions/using-github-hosted-runners/about-github-hosted-runners.md
Outdated
Show resolved
Hide resolved
content/actions/using-github-hosted-runners/about-github-hosted-runners.md
Outdated
Show resolved
Hide resolved
content/actions/using-github-hosted-runners/about-github-hosted-runners.md
Outdated
Show resolved
Hide resolved
content/actions/using-github-hosted-runners/about-github-hosted-runners.md
Outdated
Show resolved
Hide resolved
Addressing this in an internal PR, so that it can be moved to the self-hosted runner troubleshooting section. |
These changes have now shipped in a separate PR. The content will be live here in a few minutes: https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-which-docker-engine-is-installed-on-the-runner Thanks for the PR, @dsame 👍 |
Why:
One of user had a problem with the docker in self-hosted environment. The investigation showed it used the engine installed with snap and that was a reason of the problem.
Original issue: actions/setup-java#348
What's being changed (if available, include any code snippets, screenshots, or gifs):
I added a sectionDocker engine setup
Check off the following: