Skip to content

Experimental Docker container with Glassfish 4.1 in Oracle Enterprise Linux

Notifications You must be signed in to change notification settings

fturizo/docker-oel-glassfish

Repository files navigation

Docker image with Glassfish Open Source 4.1

Docker custom image that runs a Glassfish Open Source 4.1 application server domain.

Usage

To build this image, execute the following command on the build context:

docker build -t fturizo/oel-glassfish .

To run the image and bind the respective ports :

docker run -d -p 4848:4848 -p 8080:8080 -p fturizo/oel-glassfish

About

Experimental Docker container with Glassfish 4.1 in Oracle Enterprise Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages