Difference between revisions of "Using the fileServersNG Docker Images"

From FileSys.Org Wiki
Line 8: Line 8:
 
|filesysorg/alfresco-fileserversng-v5
 
|filesysorg/alfresco-fileserversng-v5
 
|Alfresco 5.2 server with the fileServersNG subsystem deployed, using an embedded PostGreSQL database server, includes Share  
 
|Alfresco 5.2 server with the fileServersNG subsystem deployed, using an embedded PostGreSQL database server, includes Share  
 +
|}
 +
 +
The fileServerNG Docker image needs a number of paths mapping to the host system using volume mapping in order to persist the Alfresco state when the container is stopped/removed. The following volume mappings are available :-
 +
 +
{| class="wikitable"
 +
|-
 +
|scope="col"|'''Image Path'''
 +
|scope="col"|'''Description'''
 +
|-
 +
|/content
 +
|The main Alfresco content store with the raw data files
 +
|-
 +
|/alfresco/alf_data
 +
|The Alfresco database data tables, key store and SOLR data
 +
|-
 +
|/alfresco/tomcat/logs
 +
|The Tomcat server logs including ''catalina.out''
 +
|-
 +
|/alfresco/tomcat/shared/classes/license
 +
|Location of the JFileServer licence file, required to enable the JFileServer Enterprise features
 +
|-
 
|}
 
|}

Revision as of 17:24, 11 January 2019

The following Docker images are available that contain Alfresco srever installations with the fileServersNG file servers subsystem deployed :-

Image Description
filesysorg/alfresco-fileserversng-v5 Alfresco 5.2 server with the fileServersNG subsystem deployed, using an embedded PostGreSQL database server, includes Share

The fileServerNG Docker image needs a number of paths mapping to the host system using volume mapping in order to persist the Alfresco state when the container is stopped/removed. The following volume mappings are available :-

Image Path Description
/content The main Alfresco content store with the raw data files
/alfresco/alf_data The Alfresco database data tables, key store and SOLR data
/alfresco/tomcat/logs The Tomcat server logs including catalina.out
/alfresco/tomcat/shared/classes/license Location of the JFileServer licence file, required to enable the JFileServer Enterprise features