I am starting to use Docker, and now I would like to use it to run instances of Alfresco.
I tried installing Alfresco using a single-file installer derived from:
http://wiki.alfresco.com/wiki/Community_file_list_4.2.e (572Mb)
After inserting the installer file and launching the newly created image, I do:
root@3e8b72d208e4:/root
root@3e8b72d208e4:/root
root@3e8b72d208e4:/root
root@3e8b72d208e4:/root
After 1 second, the process. /alfresco.bin ends without output. It should call some installer parameters.
I am running Docker on Ubuntu 13.10 64 bit with 8 GB in RAM. What would be the correct procedure for installing Alfresco in a Docker container using the installer?
source
share