Symptoms
Running your Unreal Engine project in Docker fails with the following error:Explanation
This is happening because there are files in theIntermediate
folder that are owned by a different user. This can happen if you build the Linux target on your host machine and then try to run it in Docker.
Solution
Delete the wholeIntermediate
folder and try again.