Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Seipel
gitlab-runner
Commits
bda5f00e
Commit
bda5f00e
authored
9 years ago
by
Kamil Trzcinski
Browse files
Options
Downloads
Patches
Plain Diff
Add notice about Java problems with AUFS storage driver
parent
8d3d84f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/faq/README.md
+10
-0
10 additions, 0 deletions
docs/faq/README.md
with
10 additions
and
0 deletions
docs/faq/README.md
+
10
−
0
View file @
bda5f00e
...
@@ -42,3 +42,13 @@ and you are connecting to Docker Engine installed on server.
...
@@ -42,3 +42,13 @@ and you are connecting to Docker Engine installed on server.
You can see the
`Permission Denied`
error.
You can see the
`Permission Denied`
error.
The most likely cause is that your system uses SELinux (enabled by default on CentOS, Fedora and RHEL).
The most likely cause is that your system uses SELinux (enabled by default on CentOS, Fedora and RHEL).
Check your SELinux policy on your system for possible denials.
Check your SELinux policy on your system for possible denials.
## 6. The Docker executor gets timeout when building Java project.
This most likely happens, because of the broken AUFS storage driver:
[
Java process hangs on inside container
](
https://github.com/docker/docker/issues/18502
)
.
The best solution is to change the
[
storage driver
](
https://docs.docker.com/engine/userguide/storagedriver/selectadriver/
)
to either OverlayFS (faster) or DeviceMapper (slower).
Check this article about
[
configuring and running Docker
](
https://docs.docker.com/engine/articles/configuring/
)
or this article about
[
control and configure with systemd
](
https://docs.docker.com/engine/articles/systemd/
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment