Skip to content
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

docs: Add compiling with Docker on Linux tip (README.md) #6319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

polarathene
Copy link

1. Why is this pull request needed and what does it do?

The container expects the provided volume to match ownership with /.cache and the container user (default: root).

Without any user mapping configured this fails when the host volume ownership is not root.

2. Which issues (if any) are related?

#6303 (comment)

3. Which documentation changes (if any) need to be made?

README as per the PR.

4. Does this introduce a backward incompatible change or deprecation?

No.

The container expects the provided volume to match ownership with `/.cache` and the container user (default: `root`).

Without any user mapping configured this fails when the host volume ownership is not `root`.

Signed-off-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant