https://github.com/docksal/webui
Web UI for Docksal [OUTDATED]
https://github.com/docksal/webui
Last synced: 5 months ago
JSON representation
Web UI for Docksal [OUTDATED]
- Host: GitHub
- URL: https://github.com/docksal/webui
- Owner: docksal
- License: mit
- Created: 2016-11-03T18:32:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T17:15:53.000Z (over 9 years ago)
- Last Synced: 2025-10-29T18:42:04.313Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docksal Web UI
Web UI for Docksal
```
docker run -d --name webui --restart=always --privileged --userns=host \
--label "io.docksal.group=system" --label "io.docksal.virtual-host=webui.docksal" \
--env "VIRTUAL_HOST=webui.docksal" \
-v /:/rootfs:ro -v /var/run:/var/run:rw -v /sys:/sys:ro -v /var/lib/docker/:/var/lib/docker:ro \
--expose 80 --expose 443 \
docksal/webui
```