https://github.com/karancode/payara-docker
Dockerized payara-server-full with preconfigured options for javaee application
https://github.com/karancode/payara-docker
Last synced: 8 months ago
JSON representation
Dockerized payara-server-full with preconfigured options for javaee application
- Host: GitHub
- URL: https://github.com/karancode/payara-docker
- Owner: karancode
- License: mit
- Created: 2018-08-30T14:19:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T09:10:43.000Z (over 6 years ago)
- Last Synced: 2025-02-17T05:57:19.280Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerizing Payara
Docker Images for payara base & payara wrapper!
## Payara Base
Base image which fetched payara server-full zip. Prepares the server directory(unzip) & other required directories.
Also sets some obvious envrioment vars.
## Payara Wrapper
Image prepared on the top of `Payara Base` image.
Creates all required payara configurations.
Deploys test application war (primeface-showcase) & keeps entrypoint as `start-domain`.
### Run
```
docker pull dockt/payarawrapper:1.1
docker run -d -p 4848:4848 -p 8080:8080 dockt/payarawrapper:2.0
```
### Version
Run the newest tag available on docker registry for both `Payara Base` & `Payara Wrapper` images.
### Docker Registry
* [Dockt](https://hub.docker.com/u/dockt/) - The docker hub registry
* [PayaraBase](https://hub.docker.com/r/dockt/payarabase/) - The PayaraBase Image
* [PayaraWrapper](https://hub.docker.com/r/dockt/payarawrapper/) - The PayaraWrapper Image
### Authors
* **Karan Thanvi**
*Last Update date : 2018-07-20*