https://github.com/5aaee9/docker-alpine-desktop
🐳 Docker desktop environment, xfce + novnc + alpine
https://github.com/5aaee9/docker-alpine-desktop
Last synced: 10 months ago
JSON representation
🐳 Docker desktop environment, xfce + novnc + alpine
- Host: GitHub
- URL: https://github.com/5aaee9/docker-alpine-desktop
- Owner: 5aaee9
- License: wtfpl
- Created: 2021-05-21T09:55:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T10:15:43.000Z (about 5 years ago)
- Last Synced: 2025-08-15T16:49:27.659Z (10 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-alpine-desktop
[](https://github.com/Indexyz/docker-alpine-desktop/actions/workflows/build.yaml) [](https://hub.docker.com/r/indexyz/alpine-desktop) [](https://hub.docker.com/r/indexyz/alpine-desktop)
🐳 Docker desktop environment, xfce + novnc + alpine
## Quick start
```bash
docker run --name vnc \
--restart=always -d \
-p 5900:5900 -p 6901:6901 \
indexyz/alpine-desktop
```
### Ports
- 5900 - VNC Port
- 6901 - NoVNC Port
### Environment
- VNC_RESOLUTION - vnc resolution, default 1280x1024x24
- VNC_PASSWORD - vnc connection password, will generate random password on startup if not set
- VNC_PORT - vnc listen port
- NOVNC_PORT - novnc listen port
## License
WTFPL