Description
Current Behavior
Hi, I cannot get the docker to run.
Docker-compose;
version: '3'
services:
makemkv:
user: root
image: jlesage/makemkv
ports:
- "5800:5800"
volumes:
- "/volume2/NVME_Storage/Docker_Projekte/MakeMKV:/config:rw"
- "/volume1/Freigegebene Medien/Videos:/storage:ro"
- "/volume1/Freigegebene Medien/Videos/MakeMKV_output:/output:rw"
I always get error:
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[nginx ] nginx: [alert] could not open error log file: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[nginx ] 2025/03/02 23:44:46 [emerg] 907#907: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[supervisor ] service 'nginx' failed to be started: not ready after 10000 msec, giving up.
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'nginx' exited (with status 1).
[supervisor ] stopping service 'xvnc'...
Expected Behavior
To work
Steps To Reproduce
Create container with above settings.
Environment
- OS: UGOS/DOCKER
- OS version:
- CPU: N/A
- Docker version: N/A
- Device model: Ugreen DXP4800PLUS
- Browser/OS: Firefox
Container creation
version: '3'
services:
makemkv:
user: root
image: jlesage/makemkv
ports:
- "5800:5800"
volumes:
- "/volume2/NVME_Storage/Docker_Projekte/MakeMKV:/config:rw"
- "/volume1/Freigegebene Medien/Videos:/storage:ro"
- "/volume1/Freigegebene Medien/Videos/MakeMKV_output:/output:rw"
Container log
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] APP_VERSION: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: not setting variable.
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: not setting variable.
[cont-env ] HOME: loading...
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: not setting variable.
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: not setting variable.
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: not setting variable.
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: not setting variable.
[cont-env ] SUP_GROUP_IDS_INTERNAL: executing...
[cont-env ] SUP_GROUP_IDS_INTERNAL: terminated successfully.
[cont-env ] SUP_GROUP_IDS_INTERNAL: not setting variable.
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 54-check-optical-drive.sh: executing...
[cont-init ] 54-check-optical-drive.sh: looking for usable optical drives...
[cont-init ] 54-check-optical-drive.sh: no usable optical drives found.
[cont-init ] 54-check-optical-drive.sh: terminated successfully.
[cont-init ] 55-makemkv.sh: executing...
[cont-init ] 55-makemkv.sh: checking for new beta key...
[cont-init ] 55-makemkv.sh: registration key already up-to-date.
[cont-init ] 55-makemkv.sh: terminated successfully.
[cont-init ] 56-autodiscripper.sh: executing...
[cont-init ] 56-autodiscripper.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: MakeMKV │
│ Application Version: 1.17.9 │
│ Docker Image Version: 25.02.3 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'audiorecorder'...
[supervisor ] service 'audiorecorder' is disabled.
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] service 'pulseaudio' is disabled.
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'autodiscripper-0'...
[supervisor ] service 'autodiscripper-0' is disabled.
[supervisor ] loading service 'autodiscripper-1'...
[supervisor ] service 'autodiscripper-1' is disabled.
[supervisor ] loading service 'autodiscripper-10'...
[supervisor ] service 'autodiscripper-10' is disabled.
[supervisor ] loading service 'autodiscripper-11'...
[supervisor ] service 'autodiscripper-11' is disabled.
[supervisor ] loading service 'autodiscripper-12'...
[supervisor ] service 'autodiscripper-12' is disabled.
[supervisor ] loading service 'autodiscripper-13'...
[supervisor ] service 'autodiscripper-13' is disabled.
[supervisor ] loading service 'autodiscripper-14'...
[supervisor ] service 'autodiscripper-14' is disabled.
[supervisor ] loading service 'autodiscripper-15'...
[supervisor ] service 'autodiscripper-15' is disabled.
[supervisor ] loading service 'autodiscripper-2'...
[supervisor ] service 'autodiscripper-2' is disabled.
[supervisor ] loading service 'autodiscripper-3'...
[supervisor ] service 'autodiscripper-3' is disabled.
[supervisor ] loading service 'autodiscripper-4'...
[supervisor ] service 'autodiscripper-4' is disabled.
[supervisor ] loading service 'autodiscripper-5'...
[supervisor ] service 'autodiscripper-5' is disabled.
[supervisor ] loading service 'autodiscripper-6'...
[supervisor ] service 'autodiscripper-6' is disabled.
[supervisor ] loading service 'autodiscripper-7'...
[supervisor ] service 'autodiscripper-7' is disabled.
[supervisor ] loading service 'autodiscripper-8'...
[supervisor ] service 'autodiscripper-8' is disabled.
[supervisor ] loading service 'autodiscripper-9'...
[supervisor ] service 'autodiscripper-9' is disabled.
[supervisor ] loading service 'autodiscripper'...
[supervisor ] service 'autodiscripper' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:11:05
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Sun Mar 2 23:36:37 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[nginx ] nginx: [alert] could not open error log file: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[nginx ] 2025/03/02 23:36:38 [emerg] 907#907: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[supervisor ] service 'nginx' failed to be started: not ready after 10000 msec, giving up.
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'nginx' exited (with status 1).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Sun Mar 2 23:36:48 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] APP_VERSION: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: not setting variable.
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: not setting variable.
[cont-env ] HOME: loading...
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: not setting variable.
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: not setting variable.
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: not setting variable.
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: not setting variable.
[cont-env ] SUP_GROUP_IDS_INTERNAL: executing...
[cont-env ] SUP_GROUP_IDS_INTERNAL: terminated successfully.
[cont-env ] SUP_GROUP_IDS_INTERNAL: not setting variable.
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 54-check-optical-drive.sh: executing...
[cont-init ] 54-check-optical-drive.sh: looking for usable optical drives...
[cont-init ] 54-check-optical-drive.sh: no usable optical drives found.
[cont-init ] 54-check-optical-drive.sh: terminated successfully.
[cont-init ] 55-makemkv.sh: executing...
[cont-init ] 55-makemkv.sh: generating machine-id...
[cont-init ] 55-makemkv.sh: '/defaults/settings.conf' -> '/config/settings.conf'
[cont-init ] 55-makemkv.sh: '/defaults/QtProject.conf' -> '/config/xdg/config/QtProject.conf'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/automatic_disc_ripper_started.sh.example' -> '/config/hooks/automatic_disc_ripper_started.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/disc_eject_failed.sh.example' -> '/config/hooks/disc_eject_failed.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/disc_rip_skipped.sh.example' -> '/config/hooks/disc_rip_skipped.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/disc_rip_started.sh.example' -> '/config/hooks/disc_rip_started.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/disc_rip_terminated.sh.example' -> '/config/hooks/disc_rip_terminated.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/gui_disc_rip_started.sh.example' -> '/config/hooks/gui_disc_rip_started.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/gui_disc_rip_terminated.sh.example' -> '/config/hooks/gui_disc_rip_terminated.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks/gui_raw.sh.example' -> '/config/hooks/gui_raw.sh.example'
[cont-init ] 55-makemkv.sh: '/defaults/hooks' -> '/config/hooks'
[cont-init ] 55-makemkv.sh: checking for new beta key...
[cont-init ] 55-makemkv.sh: registration key already up-to-date.
[cont-init ] 55-makemkv.sh: terminated successfully.
[cont-init ] 56-autodiscripper.sh: executing...
[cont-init ] 56-autodiscripper.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: MakeMKV │
│ Application Version: 1.17.9 │
│ Docker Image Version: 25.02.3 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'audiorecorder'...
[supervisor ] service 'audiorecorder' is disabled.
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] service 'pulseaudio' is disabled.
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'autodiscripper-0'...
[supervisor ] service 'autodiscripper-0' is disabled.
[supervisor ] loading service 'autodiscripper-1'...
[supervisor ] service 'autodiscripper-1' is disabled.
[supervisor ] loading service 'autodiscripper-10'...
[supervisor ] service 'autodiscripper-10' is disabled.
[supervisor ] loading service 'autodiscripper-11'...
[supervisor ] service 'autodiscripper-11' is disabled.
[supervisor ] loading service 'autodiscripper-12'...
[supervisor ] service 'autodiscripper-12' is disabled.
[supervisor ] loading service 'autodiscripper-13'...
[supervisor ] service 'autodiscripper-13' is disabled.
[supervisor ] loading service 'autodiscripper-14'...
[supervisor ] service 'autodiscripper-14' is disabled.
[supervisor ] loading service 'autodiscripper-15'...
[supervisor ] service 'autodiscripper-15' is disabled.
[supervisor ] loading service 'autodiscripper-2'...
[supervisor ] service 'autodiscripper-2' is disabled.
[supervisor ] loading service 'autodiscripper-3'...
[supervisor ] service 'autodiscripper-3' is disabled.
[supervisor ] loading service 'autodiscripper-4'...
[supervisor ] service 'autodiscripper-4' is disabled.
[supervisor ] loading service 'autodiscripper-5'...
[supervisor ] service 'autodiscripper-5' is disabled.
[supervisor ] loading service 'autodiscripper-6'...
[supervisor ] service 'autodiscripper-6' is disabled.
[supervisor ] loading service 'autodiscripper-7'...
[supervisor ] service 'autodiscripper-7' is disabled.
[supervisor ] loading service 'autodiscripper-8'...
[supervisor ] service 'autodiscripper-8' is disabled.
[supervisor ] loading service 'autodiscripper-9'...
[supervisor ] service 'autodiscripper-9' is disabled.
[supervisor ] loading service 'autodiscripper'...
[supervisor ] service 'autodiscripper' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:11:05
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Sun Mar 2 23:37:51 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[nginx ] nginx: [alert] could not open error log file: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[nginx ] 2025/03/02 23:37:52 [emerg] 912#912: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[supervisor ] service 'nginx' failed to be started: not ready after 10000 msec, giving up.
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'nginx' exited (with status 1).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Sun Mar 2 23:38:02 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] APP_VERSION: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: not setting variable.
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: not setting variable.
[cont-env ] HOME: loading...
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: not setting variable.
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: not setting variable.
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: not setting variable.
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: not setting variable.
[cont-env ] SUP_GROUP_IDS_INTERNAL: executing...
[cont-env ] SUP_GROUP_IDS_INTERNAL: terminated successfully.
[cont-env ] SUP_GROUP_IDS_INTERNAL: not setting variable.
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 54-check-optical-drive.sh: executing...
[cont-init ] 54-check-optical-drive.sh: looking for usable optical drives...
[cont-init ] 54-check-optical-drive.sh: no usable optical drives found.
[cont-init ] 54-check-optical-drive.sh: terminated successfully.
[cont-init ] 55-makemkv.sh: executing...
[cont-init ] 55-makemkv.sh: checking for new beta key...
[cont-init ] 55-makemkv.sh: registration key already up-to-date.
[cont-init ] 55-makemkv.sh: terminated successfully.
[cont-init ] 56-autodiscripper.sh: executing...
[cont-init ] 56-autodiscripper.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: MakeMKV │
│ Application Version: 1.17.9 │
│ Docker Image Version: 25.02.3 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'audiorecorder'...
[supervisor ] service 'audiorecorder' is disabled.
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] service 'pulseaudio' is disabled.
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'autodiscripper-0'...
[supervisor ] service 'autodiscripper-0' is disabled.
[supervisor ] loading service 'autodiscripper-1'...
[supervisor ] service 'autodiscripper-1' is disabled.
[supervisor ] loading service 'autodiscripper-10'...
[supervisor ] service 'autodiscripper-10' is disabled.
[supervisor ] loading service 'autodiscripper-11'...
[supervisor ] service 'autodiscripper-11' is disabled.
[supervisor ] loading service 'autodiscripper-12'...
[supervisor ] service 'autodiscripper-12' is disabled.
[supervisor ] loading service 'autodiscripper-13'...
[supervisor ] service 'autodiscripper-13' is disabled.
[supervisor ] loading service 'autodiscripper-14'...
[supervisor ] service 'autodiscripper-14' is disabled.
[supervisor ] loading service 'autodiscripper-15'...
[supervisor ] service 'autodiscripper-15' is disabled.
[supervisor ] loading service 'autodiscripper-2'...
[supervisor ] service 'autodiscripper-2' is disabled.
[supervisor ] loading service 'autodiscripper-3'...
[supervisor ] service 'autodiscripper-3' is disabled.
[supervisor ] loading service 'autodiscripper-4'...
[supervisor ] service 'autodiscripper-4' is disabled.
[supervisor ] loading service 'autodiscripper-5'...
[supervisor ] service 'autodiscripper-5' is disabled.
[supervisor ] loading service 'autodiscripper-6'...
[supervisor ] service 'autodiscripper-6' is disabled.
[supervisor ] loading service 'autodiscripper-7'...
[supervisor ] service 'autodiscripper-7' is disabled.
[supervisor ] loading service 'autodiscripper-8'...
[supervisor ] service 'autodiscripper-8' is disabled.
[supervisor ] loading service 'autodiscripper-9'...
[supervisor ] service 'autodiscripper-9' is disabled.
[supervisor ] loading service 'autodiscripper'...
[supervisor ] service 'autodiscripper' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:11:05
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Sun Mar 2 23:42:49 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[nginx ] nginx: [alert] could not open error log file: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[nginx ] 2025/03/02 23:42:50 [emerg] 907#907: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[supervisor ] service 'nginx' failed to be started: not ready after 10000 msec, giving up.
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'nginx' exited (with status 1).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Sun Mar 2 23:43:00 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] APP_VERSION: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: not setting variable.
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: not setting variable.
[cont-env ] HOME: loading...
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: not setting variable.
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: not setting variable.
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: not setting variable.
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: not setting variable.
[cont-env ] SUP_GROUP_IDS_INTERNAL: executing...
[cont-env ] SUP_GROUP_IDS_INTERNAL: terminated successfully.
[cont-env ] SUP_GROUP_IDS_INTERNAL: not setting variable.
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 54-check-optical-drive.sh: executing...
[cont-init ] 54-check-optical-drive.sh: looking for usable optical drives...
[cont-init ] 54-check-optical-drive.sh: no usable optical drives found.
[cont-init ] 54-check-optical-drive.sh: terminated successfully.
[cont-init ] 55-makemkv.sh: executing...
[cont-init ] 55-makemkv.sh: checking for new beta key...
[cont-init ] 55-makemkv.sh: registration key already up-to-date.
[cont-init ] 55-makemkv.sh: terminated successfully.
[cont-init ] 56-autodiscripper.sh: executing...
[cont-init ] 56-autodiscripper.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: MakeMKV │
│ Application Version: 1.17.9 │
│ Docker Image Version: 25.02.3 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'audiorecorder'...
[supervisor ] service 'audiorecorder' is disabled.
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] service 'pulseaudio' is disabled.
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'autodiscripper-0'...
[supervisor ] service 'autodiscripper-0' is disabled.
[supervisor ] loading service 'autodiscripper-1'...
[supervisor ] service 'autodiscripper-1' is disabled.
[supervisor ] loading service 'autodiscripper-10'...
[supervisor ] service 'autodiscripper-10' is disabled.
[supervisor ] loading service 'autodiscripper-11'...
[supervisor ] service 'autodiscripper-11' is disabled.
[supervisor ] loading service 'autodiscripper-12'...
[supervisor ] service 'autodiscripper-12' is disabled.
[supervisor ] loading service 'autodiscripper-13'...
[supervisor ] service 'autodiscripper-13' is disabled.
[supervisor ] loading service 'autodiscripper-14'...
[supervisor ] service 'autodiscripper-14' is disabled.
[supervisor ] loading service 'autodiscripper-15'...
[supervisor ] service 'autodiscripper-15' is disabled.
[supervisor ] loading service 'autodiscripper-2'...
[supervisor ] service 'autodiscripper-2' is disabled.
[supervisor ] loading service 'autodiscripper-3'...
[supervisor ] service 'autodiscripper-3' is disabled.
[supervisor ] loading service 'autodiscripper-4'...
[supervisor ] service 'autodiscripper-4' is disabled.
[supervisor ] loading service 'autodiscripper-5'...
[supervisor ] service 'autodiscripper-5' is disabled.
[supervisor ] loading service 'autodiscripper-6'...
[supervisor ] service 'autodiscripper-6' is disabled.
[supervisor ] loading service 'autodiscripper-7'...
[supervisor ] service 'autodiscripper-7' is disabled.
[supervisor ] loading service 'autodiscripper-8'...
[supervisor ] service 'autodiscripper-8' is disabled.
[supervisor ] loading service 'autodiscripper-9'...
[supervisor ] service 'autodiscripper-9' is disabled.
[supervisor ] loading service 'autodiscripper'...
[supervisor ] service 'autodiscripper' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:11:05
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Sun Mar 2 23:44:45 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[nginx ] nginx: [alert] could not open error log file: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[nginx ] 2025/03/02 23:44:46 [emerg] 907#907: open() "/config/log/nginx/error.log" failed (13: Permission denied)
[supervisor ] service 'nginx' failed to be started: not ready after 10000 msec, giving up.
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'nginx' exited (with status 1).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Sun Mar 2 23:44:56 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
Container inspect
[
{
"Id": "57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694",
"Created": "2025-03-02T23:36:30.235359403Z",
"Path": "/init",
"Args": [],
"State": {
"Status": "exited",
"Running": false,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 0,
"ExitCode": 1,
"Error": "",
"StartedAt": "2025-03-02T23:44:44.073841765Z",
"FinishedAt": "2025-03-02T23:44:56.471288296Z"
},
"Image": "sha256:e30fa05958b78369037efe191eb0b36d9418903224b42a99b15100d62d342ace",
"ResolvConfPath": "/volume1/@docker/containers/57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694/resolv.conf",
"HostnamePath": "/volume1/@docker/containers/57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694/hostname",
"HostsPath": "/volume1/@docker/containers/57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694/hosts",
"LogPath": "/volume1/@docker/containers/57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694/57e16fdca3459b7169e9e7f749447e3a8de9f7d445bf3cac61e7c9787a30e694-json.log",
"Name": "/makemkv-makemkv-1",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "docker-default",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/volume2/NVME_Storage/Docker_Projekte/MakeMKV:/config:rw",
"/volume1/Freigegebene Medien/Videos:/storage:ro",
"/volume1/Freigegebene Medien/Videos/MakeMKV_output:/output:rw"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "makemkv_default",
"PortBindings": {
"5800/tcp": [
{
"HostIp": "",
"HostPort": "5800"
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "private",
"Dns": null,
"DnsOptions": null,
"DnsSearch": null,
"ExtraHosts": [],
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": null,
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": [
"/proc/asound",
"/proc/acpi",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
"/proc/scsi",
"/sys/firmware",
"/sys/devices/virtual/powercap"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
]
},
"GraphDriver": {
"Data": {
"LowerDir": "/volume1/@docker/overlay2/ffb49f1dc52e85e89bfb433bd6db78918925bc8eaaaf728a7ecd5a47161948d8-init/diff:/volume1/@docker/overlay2/dea913dd336cb305c7ee53852457bef582e940ac6ede1815139fce8dc1b0dc55/diff:/volume1/@docker/overlay2/253ccb8e155ac0f5804df86bb14da4034c05367d99b20979ec78eea0ae39ec8c/diff:/volume1/@docker/overlay2/c0c12fe0274012f71d75466ebdb5352017688aa4c72ae26fa212f0ecdb4f340e/diff:/volume1/@docker/overlay2/ccf448f6348bb65de76485a2b46f398f9b936d41f6409e84bc201955130472dd/diff:/volume1/@docker/overlay2/8d364ea9bdb21779f846c882cfd4c3972c28401a0ea2ace8122315da2ea868b6/diff:/volume1/@docker/overlay2/d9eb7792d8023333a0fff974d5a946b11928ebbe5d2fd9e42909c145849279cf/diff:/volume1/@docker/overlay2/77dc92208f6cfca4326755d575825f3d585334cf3db0d278604a7d985cfee736/diff:/volume1/@docker/overlay2/b87f080e5ad4e0b98f00971a7b221426de5b4757f3cabbb125254f47312e7262/diff:/volume1/@docker/overlay2/87367bcacc3c5bc489fe9caa79ba11a0960c343f018a3014b72c331e4bb9de44/diff:/volume1/@docker/overlay2/ffb0519028e179c67297838b150eba734b415e24d9b249ed17d54647657c4346/diff:/volume1/@docker/overlay2/63a2b895bfe27af3ae668767605a0a59362704e06423409e0b331419831647e2/diff:/volume1/@docker/overlay2/9827d5355804a34748ce8a566cccdc8e5e4894e69ccd6a0a5b0ea0e7940d6bf2/diff:/volume1/@docker/overlay2/4bbcb17002ef72459e80a9d951ca386deb085dcfb709fff09a8b69ba335c8de5/diff:/volume1/@docker/overlay2/d5c6bc420fbc4cafd08e42da557c74a7cb1e2d5a4b547195e302487fcc0df2da/diff:/volume1/@docker/overlay2/69b0a8c4ba915c027ee8638761bce0acabc3673c6e90ba5e9741ce7b4f3000b6/diff:/volume1/@docker/overlay2/c1b24809e58ab8343301c80c84928803d8d193d929a9bb3b7a5c85a1729f5c3d/diff:/volume1/@docker/overlay2/655d1bff8c8f363ec76165128641ba795bc6ba2b14198f8ade981d9e570f912e/diff:/volume1/@docker/overlay2/e11d9ff5c107b417bf1e1d15255b5bd97d66dd26442f9b1e2d1abf5e0a77a873/diff:/volume1/@docker/overlay2/c4505e88fd0ae618ad3699d0c4fb864ec55534a15c8ab7853c3b33313d942c15/diff:/volume1/@docker/overlay2/b5462c6d938ee2787e7ae11935b9c917e28dc274541e2667bebed81e3680222a/diff:/volume1/@docker/overlay2/8dca819e259b56e3e0013beb52839562928f6b70d9caa66e6deee74cc4e9ecdf/diff:/volume1/@docker/overlay2/9a97043728154329ead5e5d1f693cec60539c420f879b10831e6e8263c97094d/diff:/volume1/@docker/overlay2/4461a0dfcf072f631d974bcc8a446a9f06ee2812637f5d3c17b4f83a2e726d71/diff:/volume1/@docker/overlay2/a196a4cf387ad9751fa6f17af6290d17603375ad1c2b69df207d22d87b88a65d/diff:/volume1/@docker/overlay2/aa192ff01f936c43cfb5b62d821a254687c9e2fce69636b1374f1769b75cf754/diff:/volume1/@docker/overlay2/e49ba99b63bc493328457d5375ad19c44a781cae946b32035bf0c642f5860ea9/diff:/volume1/@docker/overlay2/51d32e4555c0b3e37cc7c7e16c2dd6466caffcbcdca4eeca4b82b7a567ec0dda/diff:/volume1/@docker/overlay2/151fbe301bcb438f2fd49d880f5d340994530dec4cd83b18a15813603d2abfd1/diff:/volume1/@docker/overlay2/23d5c4e6013e758961f5277dbfe13f58240b3e664e98a57a6a4db6becd06bda5/diff:/volume1/@docker/overlay2/9c865d1bac12f53f3231a35d625065f010632ae83d7d60fdb93f81a5717160f5/diff:/volume1/@docker/overlay2/8c8115c0bc4409ab9b9f5c71aaf9c2f08df69daf85ae7b4a711a740d8cbc71e1/diff:/volume1/@docker/overlay2/b63a49c1dfe932848b672342d28a844c16159032ef18ed926a2b5e9f9d6a8672/diff:/volume1/@docker/overlay2/48fef1543fec4c452d76b24c816a5d53b62a00004506b2f9191e324f3d451722/diff:/volume1/@docker/overlay2/f10340a008b423f1eab07bb70c85585f1d02f0def546bd2d999dd27555ad9e14/diff:/volume1/@docker/overlay2/0eae83aad3ff033fd1c0eec1d8fe03062e719384564dcec7545fb3bbba1f841a/diff:/volume1/@docker/overlay2/36b0f7b909059d6e20177469dc475b9c62d53d3ce0acd77ddd14e41c9eda45c3/diff:/volume1/@docker/overlay2/5d74864b44aa9cb81f04eba2ad215730ceb2aa9fe1271f891809a34065c92855/diff:/volume1/@docker/overlay2/ee41b03346254ee0d0fa5b135c063cbafb852fad3b6c01bc89747287b8628d0c/diff:/volume1/@docker/overlay2/074ed59fa8c2983eb460e1947391516a3d80c250f78d766dded55e40e4dee6c0/diff:/volume1/@docker/overlay2/b6d82957025681b2349798bc21dce20685272ea421a3f95835ca34ff3c5d2481/diff:/volume1/@docker/overlay2/c3d2b41727e2fc20951eb671bfdef7c76395b07409ddbbe227f6e7b78a4182d9/diff:/volume1/@docker/overlay2/1584a2aa26b8acfd69c9eab9bb4fbb88960eeaf4099798b2eec407f02f7859ba/diff:/volume1/@docker/overlay2/bed509fc14bd6ac4d9690dbfe665aed3166b31ca0f11e616759c1a05efe8d1d0/diff",
"MergedDir": "/volume1/@docker/overlay2/ffb49f1dc52e85e89bfb433bd6db78918925bc8eaaaf728a7ecd5a47161948d8/merged",
"UpperDir": "/volume1/@docker/overlay2/ffb49f1dc52e85e89bfb433bd6db78918925bc8eaaaf728a7ecd5a47161948d8/diff",
"WorkDir": "/volume1/@docker/overlay2/ffb49f1dc52e85e89bfb433bd6db78918925bc8eaaaf728a7ecd5a47161948d8/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/volume2/NVME_Storage/Docker_Projekte/MakeMKV",
"Destination": "/config",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/volume1/Freigegebene Medien/Videos",
"Destination": "/storage",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/volume1/Freigegebene Medien/Videos/MakeMKV_output",
"Destination": "/output",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "57e16fdca345",
"Domainname": "",
"User": "root",
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": true,
"ExposedPorts": {
"5800/tcp": {},
"5900/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
"ENV=/root/.docker_rc",
"USER_ID=1000",
"GROUP_ID=1000",
"SUP_GROUP_IDS=",
"UMASK=0022",
"LANG=en_US.UTF-8",
"TZ=Etc/UTC",
"KEEP_APP_RUNNING=0",
"APP_NICENESS=0",
"INSTALL_PACKAGES=",
"PACKAGES_MIRROR=",
"CONTAINER_DEBUG=0",
"DISPLAY_WIDTH=1920",
"DISPLAY_HEIGHT=1080",
"DARK_MODE=0",
"SECURE_CONNECTION=0",
"SECURE_CONNECTION_VNC_METHOD=SSL",
"SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
"WEB_LISTENING_PORT=5800",
"VNC_LISTENING_PORT=5900",
"VNC_PASSWORD=",
"ENABLE_CJK_FONT=0",
"WEB_AUDIO=0",
"WEB_AUTHENTICATION=0",
"WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME=24",
"WEB_AUTHENTICATION_DEFAULT_USERNAME=",
"WEB_AUTHENTICATION_DEFAULT_PASSWORD=",
"MAKEMKV_KEY=BETA",
"MAKEMKV_GUI=1",
"AUTO_DISC_RIPPER=0",
"AUTO_DISC_RIPPER_MAKEMKV_PROFILE=",
"AUTO_DISC_RIPPER_EJECT=0",
"AUTO_DISC_RIPPER_PARALLEL_RIP=0",
"AUTO_DISC_RIPPER_INTERVAL=5",
"AUTO_DISC_RIPPER_MIN_TITLE_LENGTH=",
"AUTO_DISC_RIPPER_BD_MODE=mkv",
"AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR=0",
"AUTO_DISC_RIPPER_NO_GUI_PROGRESS=0"
],
"Cmd": [
"/init"
],
"Image": "jlesage/makemkv",
"Volumes": {
"/config": {},
"/output": {},
"/storage": {}
},
"WorkingDir": "/tmp",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"com.docker.compose.config-hash": "4ed44a9be841f630c8f8ae294374d862d9c703870764f8a03298ee61e6c2f9da",
"com.docker.compose.container-number": "1",
"com.docker.compose.depends_on": "",
"com.docker.compose.image": "sha256:e30fa05958b78369037efe191eb0b36d9418903224b42a99b15100d62d342ace",
"com.docker.compose.oneoff": "False",
"com.docker.compose.project": "makemkv",
"com.docker.compose.project.config_files": "",
"com.docker.compose.project.working_dir": "/data/compose/4/v5",
"com.docker.compose.replace": "5534a8ee729514c69a5437c2ce2fcd1c727603b6e1da9f8aa504425a9cb64b32",
"com.docker.compose.service": "makemkv",
"com.docker.compose.version": "",
"org.label-schema.description": "Docker container for MakeMKV",
"org.label-schema.name": "makemkv",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vcs-url": "https://github.com/jlesage/docker-makemkv",
"org.label-schema.version": "25.02.3"
}
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "8610e1d3d502894f4eab9aa6d06fe47ba936bfae380c4edc2be583e98897781d",
"SandboxKey": "/var/run/docker/netns/8610e1d3d502",
"Ports": {},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"makemkv_default": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"makemkv-makemkv-1",
"makemkv"
],
"MacAddress": "",
"NetworkID": "e8e77a266d2f5d3f8c439f3a11e99690940c6c8b11bdbc4d6cc7a9701f02c5ae",
"EndpointID": "",
"Gateway": "",
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"makemkv-makemkv-1",
"makemkv",
"57e16fdca345"
]
}
}
}
}
]
Anything else?
No response