Skip to content

Conversation

@ODiogoSilva
Copy link
Collaborator

Added new default option for docker engine:

docker {
    runOptions = "-u \$(id -u):\$(id -g)"
}

This option prevents permission issues when running docker containers on certain machines. I've tested this option in several machines with docker and this new default does not change the execution of systems that ran without it before.

@codecov-io
Copy link

codecov-io commented Oct 8, 2018

Codecov Report

Merging #143 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #143   +/-   ##
=======================================
  Coverage   38.92%   38.92%           
=======================================
  Files          59       59           
  Lines        5636     5636           
=======================================
  Hits         2194     2194           
  Misses       3442     3442

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2e4899...242a3e6. Read the comment docs.

@cimendes cimendes merged commit 55593a4 into dev Oct 9, 2018
@cimendes cimendes deleted the docker-issue-142 branch October 9, 2018 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants