A container image for WebVOWL.
Run the image in a Docker container:
docker run --rm -d -p 8080:8080 ggogel/webvowl:latest
Then access http://localhost:8080
through your browser.
Clone the repository and then run:
docker build .
A container image for WebVOWL.
Run the image in a Docker container:
docker run --rm -d -p 8080:8080 ggogel/webvowl:latest
Then access http://localhost:8080
through your browser.
Clone the repository and then run:
docker build .