I am using docker container in RB5009UPr+S+ with RouterOS 7.6
Some containers does not start because "Permission denied (13)".
Code: Select all
/container envs
add name=phpmyadmin key=PMA_HOST value=172.17.0.4
/container
add remote-image=phpmyadmin:latest interface=veth4 root-dir=disk1/phpmyadmin envlist=phpmyadmin logging=yes
10:41:50 container,info,debug import successful, 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
Code: Select all
/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 reliably determine the server's fully qualified domain name, using 172.17.0.5. Set the 'ServerName' directive globally to suppress this
message
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: Unable to open logs
It also happens with these cotainers:
* openspeedtest/latest:latest
* httpd:latest
Code: Select all
/container/add remote-image=openspeedtest/latest:latest logging=yes interface=veth3 root-dir=disk1/openspeedtest
/container/add remote-image=httpd:latest logging=yes interface=veth4 root-dir=disk1/httpd
Please, can anyone help me with it.
Regards.