Imgburn

Imgburn

Docker 应用程序 from Selfhosters

概述

This Docker container runs ImgBurn client via WINE, so that you can back up your optical disks with the separation and portability capabilities of Docker on Linux. It runs Imgburn and starts a virtual X server and a VNC server with Web GUI, so that you can interact with it. This container needs additional installation steps after running the docker, which can be found here: https://github.com/JWolvers/imgburn-wine-container/?tab=readme-ov-file#installation

运行时参数

网络用户界面
http://[IP]:[PORT:5800]/
网络
bridge
外壳
bash
特权
false
额外参数
--init

模板配置

Http VNC GUIPorttcp

Port used to access the application's GUI via the web interface.

目标
5800
默认值
5888
价值
5888
VNCPorttcp

Port used to access the application's GUI via the VNC protocol. Optional if no VNC client is used.

目标
5900
默认值
5999
价值
5999
EncryptionVariable

When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section in the README for more details.

目标
SECURE_CONNECTION
默认值
0
价值
0
Display WidthVariable

Width (in pixels) of the virtual screen's window.

目标
DISPLAY_WIDTH
默认值
900
价值
900
Display HeightVariable

Height (in pixels) of the virtual screen's window.

目标
DISPLAY_HEIGHT
默认值
700
价值
700
VNC PasswordVariable

Password needed to connect to the application's GUI. See the VNC Password section in the README for more details.

目标
VNC_PASSWORD
X11VNC_EXTRA_OPTSVariable

Extra options to pass to the x11vnc server running in the Docker container. WARNING: For advanced users. Do not use unless you know what you are doing.

ENABLE_CJK_FONTVariable

When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters.

StoragePathrw

This will be exposed to WINE / ImgBurn as drive D

目标
/drive_d/
默认值
/mnt/user/
价值
/mnt/user/
ConfigPathrw

Container Path: /config/

目标
/config
默认值
/mnt/cache/appdata/ImgBurn/
价值
/mnt/cache/appdata/ImgBurn/
User IDVariable

When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable.

目标
USER_ID
默认值
99
价值
99
Group IDVariable

When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable.

目标
GROUP_ID
默认值
100
价值
100
Clean Temp DirectoryVariable

When set to 1, all files in the /tmp directory are deleted during the container startup.

目标
CLEAN_TMP_DIR
默认值
1
价值
1

详细信息

存储库
ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22
最后更新2026-05-31
初见2024-03-15

在Unraid 上运行 Imgburn 。

Imgburn 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。