Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Multiversion Testing for wildfly images. Adding some instructions...
Browse files Browse the repository at this point in the history
  • Loading branch information
panossot committed Jan 3, 2020
1 parent 6f4e58a commit cf0667c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Dockerfiles/wildfly/README.md
@@ -1,5 +1,17 @@
# RUN EAT with OPENSHIFT
--------------------------
# RUN EAT WITH DOCKER IMAGES
-----------------------------

In order for run EAT using docker to test Wildfly Server Images, please, follow the next steps ...

1. Create the image for the Wildfly Server : e.g. docker build -t docker.io/wildflyserver -f DockerfileWildflyImage .
2. Run the container attaching two volumes : e.g. docker run --name=ywildflyserver -v DataVolume1:/wildfly/master -v DataVolume2:/home/user/.m2 docker.io/wildflyserver
3. Create the image for EAT : e.g. docker build -t docker.io/wildflyeat -f DockerfileEat .
4. Run the container with the same two volumes attached, specifying the server version and the path to the server distribution : e.g. docker run --name=wildflyeat -v DataVolume1:/wildfly/master -v DataVolume2:/home/user/.m2 -e JBOSS_FOLDER=/wildfly/master/dist/target/wildfly-19.0.0.Beta1-SNAPSHOT -e JBOSS_VERSION=19.0.0.Beta1-SNAPSHOT docker.io/wildflyeat



# RUN EAT with OPENSHIFT (update is needed)
-------------------------------------------

In order for run EAT Wildfly with Openshift, please, follow the next steps ...

Expand Down

0 comments on commit cf0667c

Please sign in to comment.