Main Project of the Alfresco Docker Cloud Project.
The goal of this project is to provide a production-ready Alfresco system running in Docker.
This project includes 4 subprojects, one for each needed docker images to run Alfresco.
The corresponding docker images are automatically created by Docker Cloud :
This include :
1. Install Docker and Docker-Compose
2. Running Alfresco
wget https://raw.githubusercontent.com/jeci-sarl/alfresco-docker-cloud/master/docker-compose.yml
docker-compose up -d
3. Play
Your server is now available : http://localhost:8080/share/ with login admin
/ admin
When you have finished, stop all with docker-compose down
command.
With default configuration you need at least 2GB of RAM and 2 CPU.
Other Docker Alfresco projects :