Ubuntu latest
Oracle JDK 7 latest
eXo Platform 4.2.0 Community edition
IMPORTANT NOTE: Needs a linked container called mysql - This image does not provide the mysql service.
Mysql connections details configured through environment variables, for example:
run the container
docker run -d -p 8080:8080 --env MYSQL_DATABASE=exo --env MYSQL_USER=exo --env MYSQL_PASSWORD=changeme --name=exo mcsaky/exoplatform
It is highly recommended to run this container as part of a docker-compose setup using mysql/mysql-server:latest image as the MySQL DB container and making sure both services use the same MYSQL_ environment variables values.
watch container logs
docker logs --follow exo
Content type
Image
Digest
sha256:667045669…
Size
1.1 GB
Last updated
over 10 years ago
docker pull mcsaky/exoplatform