1.2.1. Starting the Docker Image

Warning

You are looking at documentation for an older release. Not what you want? See the current release documentation.

The trial edition of the commercial version of eXo Platform is available as docker container in various versions: 5.0.0, 4.4.3 ...

In this section, you will learn how to start and stop it.

Warning

eXo Platform's Community Edition and the trial version of the commercial Enterprise Edition are only available as a Docker install to facilitate deployment for testing. Owners of the full commercial version are not supported based on a Docker install, this Docker-related documentation is therefore not relevant to them.

Subscribed customers can refer to next sections to install their commercial package.

The docker image of the trial version of eXo Platform Enterprise Edition supports only HSQL database for testing purposes.

To be able to start eXo Platform Trial Docker image, these prerequisites should be satisfied:

Having the above requirement satisfied, you can start eXo Platform trial edition using this command:

docker run --rm -v exo_trial_data:/srv -p 8080:8080 exoplatform/exo-trial

A log message appears indicating the startup of the server:

2017-09-19 12:34:54,573 | INFO  | Server startup in 80328 ms [org.apache.catalina.startup.Catalina<main>]

The platform is then accessible via http://localhost:8080.

To stop the server, just click on Ctrl+c in the keyboard or run the command:

docker stop <your-container-ID>

The container-ID is known via the command:

docker ps

Tip

For more details about eXo Platform Trial edition Docker image: versions, how to configure, how to add/remove add-ons..., you can consult this documentation.

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus