mirror of
https://github.com/casjaysdevdocker/xfce4
synced 2025-01-18 00:34:23 -05:00
casjay
4dc80aada5
➕ Added: rootfs/usr/local/bin/entrypoint.sh ➕
Added: rootfs/usr/local/bin/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
88.7%
Dockerfile
11.3%