Coder Social home page Coder Social logo

jboss-eap-docker-image's Introduction

JBoss EAP 6.4.5 Docker image

This project builds a docker container for running JBoss EAP 6.4.5.GA.

Before running the build:

  1. Install Docker
  2. Setup the /distribution directory, by adding the JBoss EAP 6.4.0 zip distribution and any roll-up patch files (jboss-eap-6.4.0.zip / jboss-eap-6.4.x-patch.zip)
  3. Setup the /jce-unlimited directory, by adding the JCE unlimited policy files (local_policy.jar / US_export_policy.jar)
  4. Setup the /trusted-root-ca directory, by adding your trusted root CA files (in .pem format)

Once you have completed steps 1..4 you can build an image using the following command:

	$ docker build -t fbascheper/redhat-jboss-eap .
	$ docker build -t fbascheper/redhat-jboss-eap:6.4.5 .
    $ docker push fbascheper/redhat-jboss-eap
    $ docker push fbascheper/redhat-jboss-eap:6.4.5               §

You can run the JBoss-EAP container and automatically start an EAP instance with the following command::

    $ docker run -P -it --rm -e JBOSS_USER=jbossadmin -e JBOSS_PASSWORD=jboss@min1 \
    	fbascheper/redhat-jboss-eap:6.4.5

Or you can run the container linked to postgres-td container and start a bash shell or jboss-cli.sh (as user jboss)

    $ docker run -P -it --rm -e JBOSS_USER=jbossadmin -e JBOSS_PASSWORD=jboss@min1 \
    	fbascheper/redhat-jboss-eap:6.4.5 bash
    	
    $ docker run -P -it --rm -e JBOSS_USER=jbossadmin -e JBOSS_PASSWORD=jboss@min1 \
    	fbascheper/redhat-jboss-eap:6.4.5 jboss-cli.sh -c

The extension-mechanism works in the same fashion as the postgresql docker image, i.e. by adding your own shell script in the docker-entrypoint directory.

jboss-eap-docker-image's People

Contributors

grapesfrog avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.