我在RB5009UPr+S+与RouterOS 7.6中使用docker容器l雷竞技
有些容器无法启动,因为"拒绝许可(13)”。
代码:选择所有
/container envs add name=phpmyadmin key=PMA_HOST value=172.17.0.4 /container add remote-image=phpmyadmin:最新接口=veth4 root-dir=disk1/phpmyadmin envlist=phpmyadmin logging=yes
10:41:50 container,info,debug import成功,container 772a7f2f-3e38-4b7f-a365-6fe1767bd26f
10:41:57 container,info,debug [23-Oct-2022 13:41:57] ERROR: failed to open error_log (/proc/self/fd/2): Permission denied (13)
10:41:57 container,info,debug [23-Oct-2022 13:41:57] ERROR: failed to post process the configuration .日志含义
10:41:57 container,info,debug [23-Oct-2022 13:41:57] ERROR: FPM initialization failed
代码:选择所有
/container envs add name=phpmyadmin key=PMA_HOST value=172.17.0.4 /container add remote-image=phpmyadmin:fpm-alpine interface=veth4 root-dir=disk1/phpmyadmin envlist=phpmyadmin logging=yes
10:31:10 container,info,debug import successful, container 9ac4440a-4dd7-402a-9856-2d945b4ee175
10:31:28 container,info,debug AH00558: apache2: Could not reliable determine server's fully qualified domain name, using 172.17.0.5。全局设置'ServerName'指令来禁止此操作
消息
10:31:28 container,info,debug (13)Permission denied: AH00091: apache2: could not open error log file /var/log/apache2/error.log。
10:31:28 container,info,debug AH00015:无法打开日志
这些容器也会发生这种情况:
* openspeedtest /最新:最新
* httpd:最新
代码:选择所有
/container/add remote-image=openspeedtest/latest:最新的日志记录=yes interface=veth3 root-dir=disk1/ container/add remote-image=httpd:最新的日志记录=yes interface=veth4 root-dir=disk1/httpd
拜托,有人能帮我吗?
的问候。