flyrain commented on code in PR #975:
URL: https://github.com/apache/polaris/pull/975#discussion_r1951965187


##########
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:
   ```suggestion
   There could be a [Docker permission 
issues](https://github.com/apache/polaris/pull/971) related to seccomp 
configuration. To resolve these issues, set the `seccomp` profile to 
"unconfined" when running a container. For example:
   ```



-- 
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]

Reply via email to