Access your container applications via web
1.1K

Access your container applications via web
What can I do with this? Expose any GUI application via the use of DISPLAY as a web application from any other container image.
services:
firefox:
image: "11notes/firefox:stable"
container_name: "firefox"
environment:
TZ: "Europe/Zurich"
DISPLAY: "novnc:0.0"
depends_on:
novnc:
condition: service_healthy
restart: true
networks:
- "backend"
- "internet"
novnc:
image: "11notes/novnc:stable"
environment:
TZ: "Europe/Zurich"
DISPLAY_WIDTH: 1024
DISPLAY_HEIGHT: 768
ports:
- "8080:8080/tcp"
networks:
- "backend"
- "frontend"
networks:
backend:
internal: true
frontend:
internet:
| Parameter | Value | Description |
|---|---|---|
user | docker | user docker |
uid | 1000 | user id 1000 |
gid | 1000 | group id 1000 |
home | /supervisor | home directory of user docker |
| Parameter | Value | Default |
|---|---|---|
TZ | Time Zone | |
DEBUG | Show debug information |
This image is provided to you at your own risk. Always make backups before updating an image to a new version. Check the changelog for breaking changes. You can find all my repositories on github.
Content type
Image
Digest
sha256:df4517c5c…
Size
58.3 MB
Last updated
about 1 year ago
docker pull 11notes/novnc:stable