https://github.com/thpham/docker-glassfish-v4
https://github.com/thpham/docker-glassfish-v4
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thpham/docker-glassfish-v4
- Owner: thpham
- License: mit
- Created: 2014-01-21T18:17:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T19:20:47.000Z (about 11 years ago)
- Last Synced: 2025-02-08T14:44:51.576Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-glassfish4
=================A docker container containing GlassFish Server Open Source Edition 4.0 and Oracle JDK 1.7.0_51
this image use [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker) as base. please have a look to its documentation if you need more help about the usage.
# run the container:
JOB=$(docker run -p 22 -p 8080 -p 4848 -d -i tpham/docker-glassfish-v4 /sbin/my_init --enable-insecure-key)# stop the container:
docker stop $JOB