All apps · 0 apps
Debian-Bookworm
Docker app from ich777's Repository
Overview
This Container is a full Debian Bookworm Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed.
ROOT ACCESS:
- Open up your WebGUI
- Open up a terminal
- Type in 'su'
- Type in your password that you've set (no screenoutput is shown if you type in passwords in Linux)
- Press Enter
- You should now be root.
If you want to install some other application you can do that by creating a user.sh and mounting it to the container to /opt/scripts/user.sh (a standard bash script should do the trick).
You also can reverse proxy this container with nginx or apache (for more info see the Github/Dockerhub page).
Storage Note: All things that are saved in the container should be in the home or a subdirectory in your homefolder, all files that are store outside your homefolder are not persistant and will be wiped if there is an update of the container or you change something in the template.
Install Debian-Bookworm on Unraid in a few clicks.
Find Debian-Bookworm in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allLinks
Details
ghcr.io/ich777/debian-bookwormRuntime arguments
- Web UI
http://[IP]:[PORT:8080]/vnc.html?autoconnect=true- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart=unless-stopped --shm-size=2G
Template configuration
All things that are saved in the container should be in the this or a subdirectory in of this folder, all files that are store outside this folder are not persistant and will be wiped if there is an update of the container or you change something in the template.
- Target
- /debian
- Value
- /mnt/cache/appdata/debian-bookworm/
noVNC Port
- Target
- 8080
- Value
- 8080
Enter the preferred resolution width
- Target
- CUSTOM_RES_W
- Value
- 1800
Enter the preferred resolution height
- Target
- CUSTOM_RES_H
- Value
- 1000
Please choose a strong password for your root account, Defaults to: Docker!
- Target
- ROOT_PWD
- Value
- Docker!
Container Variable: DATA_PERM
- Value
- 770
Enter your prefered locales, you can find a full list of supported languages in: '/usr/share/i18n/SUPPORTED' (eg: 'en_US.UTF-8 UTF-8' or 'de_DE.UTF-8 UTF-8',...)
- Target
- USER_LOCALES
- Value
- en_US.UTF-8 UTF-8
Container Variable: DEV
- Target
- DEV
Container Variable: UID
- Value
- 99
Container Variable: GID
- Value
- 100
Container Variable: UMASK
- Value
- 0000