You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The echo is rendering the command ineffective. This causes environments that disallow root user to fail when starting the ID container which needs to write to those folders which only have read permission by default.
I fixed it locally by rebuilding the image by simply removing the echo in the 2 commands above.
To make the directories root writeable on a image is not a good idea. Usually root it's prohibited (by psp) to run a image as root.
As well, it's a bad practice to write to image filesystem as well!
The folder permissions for
/var/lib/arangodb3 /var/lib/arangodb3*
are not being properly set to775
as mentioned in the Dockerfile:The
echo
is rendering the command ineffective. This causes environments that disallow root user to fail when starting the ID container which needs to write to those folders which only have read permission by default.I fixed it locally by rebuilding the image by simply removing the
echo
in the 2 commands above.Was the
echo
on purpose?Basem Vaseghi [email protected], Daimler TSS GmbH, legal info/Impressum
The text was updated successfully, but these errors were encountered: