Imgburn

Imgburn

Docker app from Selfhosters

Overview

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

Runtime arguments

Web UI
http://[IP]:[PORT:5800]/
Network
bridge
Shell
bash
Privileged
false
Extra Params
--init

Template configuration

Http VNC GUIPorttcp

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

Target
5800
Default
5888
Value
5888
VNCPorttcp

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

Target
5900
Default
5999
Value
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.

Target
SECURE_CONNECTION
Default
0
Value
0
Display WidthVariable

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

Target
DISPLAY_WIDTH
Default
900
Value
900
Display HeightVariable

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

Target
DISPLAY_HEIGHT
Default
700
Value
700
VNC PasswordVariable

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

Target
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

Target
/drive_d/
Default
/mnt/user/
Value
/mnt/user/
ConfigPathrw

Container Path: /config/

Target
/config
Default
/mnt/cache/appdata/ImgBurn/
Value
/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.

Target
USER_ID
Default
99
Value
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.

Target
GROUP_ID
Default
100
Value
100
Clean Temp DirectoryVariable

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

Target
CLEAN_TMP_DIR
Default
1
Value
1

Details

Repository
ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22
Last Updated2026-05-31
First Seen2024-03-15

Run Imgburn on Unraid.

Imgburn is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.