Describing things
If you want the data directory to live beyond restarts, or even destruction of the container, you can mount a directory from the docker engine's host into the container. - -v <host path>:<data directory>. For instance this, will mount the host directory /host/geonetwork-docker into /var/lib/geonetwork_data on the container:
NOTE: You might get a "Compiler version mismatched" error in some cases. See Considerations for Stack for details.
The Stack tool is primarily designed to run directly on the host and comes with many advanced features such as GHC bootstrapping and Docker integration. Within the context of a container image, some of these features (stack docker) clash with the Docker abstraction and should be avoided.
Things in the aql content
No tags have been pushed to this repository yet.