acs-community-packaging
acs-community-packaging copied to clipboard
Dockerfile - VOLUME is missing
Please add following entry to Dockerfile:
VOLUME /usr/local/tomcat/alf_data
Without VOLUME
entry, files uploaded by users are getting removed whenever docker image instance is removed/recreated.
From docker documentation:
VOLUME Dockerfile reference for the VOLUME instruction
The VOLUME instruction should be used to expose any database storage area, configuration storage, or files/folders created by your docker container. You are strongly encouraged to use VOLUME for any mutable and/or user-serviceable parts of your image.
Alfresco backup docs: https://docs.alfresco.com/6.1/concepts/backup-intro.html
Hi, thanks for raising this. We will try address this issue in REPO-4397