linuxserver/webtop - LinuxServer.io
https://docs.linuxserver.io/images/docker-webtoplinuxserver/webtop Webtop - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. Supported Architectures Our images support multiple architectures such as x86-64, arm64 and armhf. We utilise the docker manifest for multi-platform awareness.
linuxserver/webtop | fleet
fleet.linuxserver.io › imageJan 02, 2022 · Running this as a container. Basic examples for getting this image running as a container. Docker Compose. --- version: "2" services: webtop: image: linuxserver/webtop: version - 4.16 - r0 container_name: webtop restart: unless - stopped environment: - TZ=Europe/London # Your local timezone - PUID=1000 # Application user ID - PGID=1000 ...