Sign inSign up

lkaymakanov/primefaces

By lkaymakanov

•Updated 12 months ago

PrimeFaces 15.0.8 Showcase running on Apache Tomcat 10 with Jakarta EE support. UI components.

Image
Languages & frameworks
0

199

lkaymakanov/primefaces repository overview

āœ… 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:

http://localhost:8080/primefaces/⁠

Tag summary

Content type

Image

Digest

sha256:e84ae474e…

Size

248.4 MB

Last updated

12 months ago

docker pull lkaymakanov/primefaces:15.0.8