st58594/dt

By st58594

Updated 7 months ago

Web app in Vaadin Flow for study purposes.

Image
Content Management System
Databases & Storage
0

38

Tomcat Web Server starts on port 8888 (HTTP) with a context path "". To map the docker container port 8888 you can use for example this command:

docker run -p 8080:8888 st58594/dt:latest

Then you can visit:

http://localhost:8080/

Docker Pull Command

docker pull st58594/dt