PrimeFaces 15.0.8 Showcase running on Apache Tomcat 10 with Jakarta EE support. UI components.
199
ā Docker Run Command
docker run -d --name primefaces-demo -p 8080:8080 lkaymakanov/primefaces:15.0.8
š Description
This command does the following:
-d: Runs the container in detached mode (in the background)
--name primefaces-demo: Names the container primefaces-demo
-p 8080:8080: Maps host port 8080 to container port 8080
lkaymakanov/primefaces:15.0.8: Pulls and runs your PrimeFaces 15.0.8 showcase image from Docker Hub
š Access the app
Once it's running, visit in your browser:
Content type
Image
Digest
sha256:e84ae474eā¦
Size
248.4 MB
Last updated
12 months ago
docker pull lkaymakanov/primefaces:15.0.8