Hi guys.
I have a possibly peculiar case of... misbehavior?
I can create a container, eg.:
podman run -dt --restart=never --publish 18445:3000 $(cat
<(echo "$_REDMINE_GLOB")) --volume ${_PATH}/root:/root:z
--name ${_NAME} --volume
${_PATH}/share/config/configuration.yml:/usr/src/redmine/config/configuration.yml:z
--volume
/00-APPOWNIA/${_NAME}/files:/usr/src/redmine/files,bind:z
--volume ${_PATH}/themes:/usr/src/redmine/themes:z
docker.io/library/redmine && podman container logs -f
redmine.hub.mine.priv
here: ...
/00-APPOWNIA/${_NAME}/files:/usr/src/redmine/files,bind:z
/00-APPOWNIA is fuse-mounted Gluster volume
Files uploaded in/via Redmine do not go into host's
filesystem - unless "regular" filesystem is used, not Gluster.
Container itself does not log any (evident) errors - seems
that that volume does "really" mounts?
Any & all thoughts are much appreciated.
thanks, L.
Show replies by date