Docker image: Liferay DXP - Wildfly (JBoss)

I recently played with Docker, CloudFoundry and decided to spend some time creating a docker image for Liferay DXP on Wildfly (i.e JBoss). I'm sharing my experience on this blog entry.

Run Docker image

Assuming you already have docker installed on your machine, you can easily run the docker image by executing the following command:

docker run -it -p 8080:8080 dorgendubal/liferay-dxp-wildfly

(The image is 2GB large and it will take some time to download it)

The startup takes about 2 minutes. You can then access your liferay:

http://localhost:8080/

Enjoy!

 

Pre-configured Docker image for Québec/Canada

I also created a pre-configured image for demo'ing purposes in Québec/Canada.

  • default locales are fr_CA/en_CA
  • wizard, terms of use and reminder question are skipped
  • administrator is preconfigured

docker run -it -p 8080:8080 dorgendubal/liferay-dxp-wildfly-quebec

 

Contribution / Source code

Interested in contributing or in looking at the source code ?
https://github.com/SvenWerlen/docker-liferay-dxp-wildfly