eric-maynard commented on code in PR #975: URL: https://github.com/apache/polaris/pull/975#discussion_r1951972555
########## site/content/in-dev/unreleased/quickstart.md: ########## @@ -51,6 +51,34 @@ If you plan to deploy Polaris inside [Docker](https://www.docker.com/), you'll n brew install --cask docker ``` +If you encounter Docker permission-related issues, you can refer to the link [gradle](https://github.com/apache/polaris/pull/971) + +you may encounter issues related to seccomp configuration. It is recommended to set the seccomp profile to "unconfined" to avoid potential permission problems. + +To set the seccomp profile to "unconfined" for a single container, you can use the following command when running the container Review Comment: Oh, I see -- this can happen with any distro that uses seccmp. Have we tested this flow with e.g. CentOS? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
