Skip to content

Commit

Permalink
Updated README.md - useful links
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Aug 7, 2024
1 parent 0e1397f commit c8b363f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Eclipse Glassfish Full Profile Docker Image

## Table of Contents

## FAQ
## Frequently Asked Questions

### How to Use Eclipse GlassFish Docker Image?

* Try [Examples](https://github.com/eclipse-ee4j/glassfish.docker/wiki/Examples) on our Wiki.
* Read [Eclipse GlassFish Documentation](https://glassfish.org/documentation.html)
* Browse Eclipse GlassFish own tests
* They don't use the docker image, however these tests use similar principles.
* These tests use `glassfish-itest-tools` instead of docker.
* [Eclipse GlassFish Application Tests](https://github.com/eclipse-ee4j/glassfish/tree/master/appserver/tests/application/src/test/java/org/glassfish/main/test/app) are covering application compatibility with GlassFish.
* [Eclipse GlassFish Admin Tests](https://github.com/eclipse-ee4j/glassfish/tree/master/appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test) are covering usage of `asadmin` and the REST Admin Interface.
* Browse Jakarta EE resources
* [Jakarta EE Examples](https://github.com/eclipse-ee4j/jakartaee-examples)

### Where to Get Help?

Expand Down

0 comments on commit c8b363f

Please sign in to comment.