You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/imgburn.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This container needs additional installation steps after running the docker, whi
32
32
<ConfigName="ENABLE_CJK_FONT"Target="ENABLE_CJK_FONT"Default=""Mode=""Description="When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters."Type="Variable"Display="advanced"Required="false"Mask="false"/>
33
33
<ConfigName="Storage"Target="/drive_d/"Default="/mnt/user/"Mode="rw"Description="This will be exposed to WINE / ImgBurn as drive D"Type="Path"Display="always"Required="true"Mask="false">/mnt/user/</Config>
<ConfigName="User ID"Tareget="USER_ID"Default="99"Description="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."Type="Variable"Display="always"Required="true"Mask="false">99</Config>
35
+
<ConfigName="User ID"Target="USER_ID"Default="99"Description="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."Type="Variable"Display="always"Required="true"Mask="false">99</Config>
36
36
<ConfigName="Group ID"Target="GROUP_ID"Default="100"Description="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."Type="Variable"Display="always"Required="true"Mask="false">100</Config>
37
37
<ConfigName="Clean Temp Directory"Target="CLEAN_TMP_DIR"Default="1"Description="When set to 1, all files in the /tmp directory are deleted during the container startup."Type="Variable"Display="always"Required="true"Mask="false">1</Config>
0 commit comments