UV Cockpit is an in-browser web application that visualizes data received from UV Tracks web service. The container also forwards requests with path started with /uvtracks to URL specified by UVTRACKS_PRIVATE_URL environment variable.
ng build --base-href /uvcockpit/
docker build -t uvcockpit build
docker run -p 80:80 -d uvcockpit
- Use docker compose.yml file to start UV Hub, UV Tracks, and UV Cockpit on single machine.
- Issues
- Support
- 128MB of RAM
- UV Tracks web service
Port | Description |
---|---|
80 | HTTP port of the web application |
Environment Variable | Description | Default |
---|---|---|
UVTRACKS_PROTOCOL | UV Tracks service protocol | location.protocol |
UVTRACKS_HOSTNAME | UV Tracks service hostname | location.hostname |
UVTRACKS_PORT | UV Tracks service port | location.port |
UVTRACKS_PRIVATE_URL | UV Tracks service private URL |
View license agreement for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.