[{{project_name|capitalize }}]({{ project_url }}) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
- {vol_path:"/var/run/docker.sock", vol_host_path:"/var/run/docker.sock", desc:"Docker Socket on the system, if you want to use Docker in the container"}
opt_custom_params:
- {name:"shm-size", name_compose:"shm_size", value:"1gb",desc:"We set this to 1 gig to prevent modern web browsers from crashing"}
- {run_var:"seccomp=unconfined", compose_var:"seccomp:unconfined", desc:"For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker (try this before privileged)"}
**ModernGUI desktop apps (including some flavors terminals) have issues with the latest Docker and syscall compatibility, you can use Docker with the seccomp unconfined setting to allow these syscalls or try [podman](https://podman.io/) as they have updated their codebase to support them**
**Unlikeour other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt, Alpine's apk, Fedora's dnf, or Arch's pacman program**
**TheKDE Ubuntu container needs to be run in privileged mode to function properly, in general the Ubuntu KDE container while functional is not reccomended, please try a different KDE distro if possible**
If you ever lose your password you can always reset it by execing into the container as root:
```
docker exec -it webtop passwd abc
```
By default we perform all logic for the abc user and we reccomend using that user only in the container, but new users can be added as long as there is a `startwm.sh` executable script in their home directory.
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.