
Alfresco
Alfresco Docker Cloud - 201707
We recently update out Alfresco Docker stack to Alfresco 201707 GA. It is the last Alfresco 5.2 version before Alfresco 6.0 available soon.
It’s still very easy to test with docker and docker-compose installed on your system :
wget https://raw.githubusercontent.com/jeremie-lesage/alfresco-docker-cloud/master/docker-compose.yml
docker-compose up -d
Your server will be available at : http://localhost:8080/share/ with
login admin
/ admin
when you have finished, stop all with docker-compose down
command.