SignDoc Web
Issue with installation in docker environment
1782050: The installation in a docker environment leads to an error due to some resources cannot be obtained.
Workaround: Replace image: signdoc_web:3.0.0 with image: signdoc_web:3.1.0 in docker-compose.yml.
Installation update on docker environment leads to an error
1782015: In case of an update, files remain in the repository and this leads to a replacement error when running the build_images.sh script.
Workaround: Unzip the .war file.
- Open Dockerfile in the INSTALLDIR\docker\01_base_image\ directory.
- Add
-o option to the
unzip command:
# Unzip war files. This is required to be able to start up SignDoc on Linux.
RUN unzip -q -o $CATALINA_HOME/webapps/sdweb*.war -d $CATALINA_HOME/webapps/sdweb/
- Save Dockerfile.
- Execute the build_images.sh script.
After successfully built, all Sample Docker images are ready to use.