By default shared memory file must be stored outside container (i.e. as subdirectory to mapped data-dir)
If --shared-file-dir
is not explicitly specified, shared_memory file is stored inside container. That's wrong since, all important data shall be held outside of container, to allow easy restarting it.
This affects regular hived like also HAF dockerized version.