Failed to start DataEase Service.(cannot access '/docker-entrypoint-initdb.d/': Operation not permitted)

在线安装启动失败,查看容器未启动。mysql日志显示如下:

root@wyyt1-chuangxin-22bvq conf]# docker logs -f mysql-de

2024-12-04 09:30:53+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el8 started.

2024-12-04 09:30:53+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’

2024-12-04 09:30:53+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el8 started.

ls: cannot access ‘/docker-entrypoint-initdb.d/’: Operation not permitted

看一下图中两个目录的权限是否一致,修改后执行 dectl restart 再试试
image