Closed garvinhicking closed 1 month ago
A common problem for macOS users running docker as non-root is that omitting a '--user' option makes our entrypoint.sh script try to on-the-fly create a matching user.
(See https://github.com/FriendsOfTYPO3/tea/issues/1490)
This patch adds a verbose error message to hint at the problem.
A common problem for macOS users running docker as non-root is that omitting a '--user' option makes our entrypoint.sh script try to on-the-fly create a matching user.
(See https://github.com/FriendsOfTYPO3/tea/issues/1490)
This patch adds a verbose error message to hint at the problem.