Docker部署Obsidian后,显示Error launching startup command

本地 Docker 版没遇到, 极空间没用过, 不知跟普通 Docker 部署有啥重大区别

根据文档 ref 遇这个错误需要多加个参数

My host is incompatible with images based on rdesktop

Some x86_64 hosts have issues running rdesktop based images even with the latest Docker version due to syscalls that are unknown to Docker.

Symptoms

If your host is affected you may see errors in your containers such as:

Failed to close file descriptor for child process (Operation not permitted)

Resolution

For Docker CLI, run your container with:

--security-opt seccomp=unconfined

For Docker Compose, run your container with:

    security_opt:
    - seccomp=unconfined

是否真的管用, 不太清楚