Looks like we have a fully functional Alfresco stack running on Docker. I solved some littles bugs, so now let’s play with Docker Compose, with this two commands you will start last Alfresco 5.2 Community with Postgres 9.4 and LibreOffice 5.2.7!
wget https://raw.githubusercontent.com/jeci-sarl/alfresco-docker-cloud/master/docker-compose.yml
docker-compose up -d
Creating alfrescodockercloud_postgresql_1
Creating alfrescodockercloud_libreoffice_1
Creating alfrescodockercloud_alfresco_1
Creating alfrescodockercloud_solr_1
Creating alfrescodockercloud_share_1
when you have finished, stop all with docker-compose down
command.