Hi,
Is there anyway to get rid of this?
Is the image running as root initially?
That's worrying.
# This image cannot be run with the --user flag
if [ "$(id -u)" -ne 0 ]; then
echo "ERROR: This image should not be run with the --user Docker flag. Exiting..."
exit 1
fi