mirror of
https://github.com/casjaysdevdocker/xfce4
synced 2026-05-15 02:47:43 -04:00
960063d6949b65d094f48e510068c11cdd90e779
Some checks failed
release-tag / release-image (push) Has been cancelled
Update the embedded entrypoint copies in rootfs/ to match the upstream template change. Internal state files renamed to dotfiles so they're not matched by `/run/*.pid` cleanup globs: - /run/init.d/entrypoint.pid -> /run/.entrypoint.pid - /run/no_exit.pid -> /run/.no_exit.pid - /run/backup.pid -> /run/.backup.pid - /run/__start_init_scripts.pid -> /run/.start_init_scripts.pid Per-service PIDs in /run/init.d/ are unchanged. rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
👋 xfce4 Readme 👋
xfce4 README
Run container
via command line
docker run -d \
--restart always \
--name xfce4 \
--net=host \
-e HOSTNAME=xfce4 \
-e TZ=${TIMEZONE:-America/New_York} \
-e DISPLAY=$DISPLAY \
-v $HOME/.Xauthority:/root/.Xauthority \
-v /tmp/.X11-unix:/tmp/.X11-unix \
casjaysdev/xfce4:latest
via docker-compose
version: "2"
services:
xfce4:
image: casjaysdevdocker/xfce4
container_name: xfce4
environment:
- TZ=America/New_York
- HOSTNAME=xfce4
volumes:
- $HOME/.local/share/docker/storage/xfce4/data:/data
- $HOME/.local/share/docker/storage/xfce4/config:/config
ports:
- 80:80
restart: always
Authors
Description
Languages
Shell
91.5%
Dockerfile
8.5%