A simple, lightweight web-based log file viewer with real-time log tailing via WebSockets
2.0K
A simple, lightweight web-based log file viewer with real-time log tailing via WebSockets.
# Pull the image
docker pull bsv9/gwebtail
# Run with default settings (logs in /logs directory)
docker run -p 8080:8080 -d bsv9/gwebtail
# Run with custom log directory
docker run -p 8080:8080 -v /path/to/logs:/logs -d bsv9/gwebtail
# Run with custom port
docker run -p 9000:8080 -d bsv9/gwebtail
# Access WebTail
open http://localhost:8080
Content type
Image
Digest
sha256:6b9f1d84d…
Size
8.7 MB
Last updated
over 1 year ago
docker pull bsv9/gwebtail