Skip to content

Commit

Permalink
Merge pull request moby#4075 from AkihiroSuda/rootless-troubleshoot-p…
Browse files Browse the repository at this point in the history
…rocfs
  • Loading branch information
jedevc authored Jul 28, 2023
2 parents 4733c51 + 591478d commit 9da03ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rootless.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Run `sysctl -w user.max_user_namespaces=N` (N=positive integer, like 63359) on t

See [`../examples/kubernetes/sysctl-userns.privileged.yaml`](../examples/kubernetes/sysctl-userns.privileged.yaml).

### Error `mount proc:/proc (via /proc/self/fd/6), flags: 0xe: operation not permitted`
This error is known to happen when BuildKit is executed in a container without the `--oci-worker-no-sandbox` flag.
Make sure that `--oci-worker-no-process-sandbox` is specified (See [below](#docker)).

## Containerized deployment

### Kubernetes
Expand Down

0 comments on commit 9da03ce

Please sign in to comment.