Improve the user experience by suggesting privileged mode -P or EARTHLY_ALLOW_PRIVILEGED=true.
When running a target that requires privileged mode (dind), the earth prints the following error message:
failed: unlazy force execution: failed to load LLB: security.insecure is not allowed
Error: build target: build main: Earthfile:217:4 with docker run: unlazy force execution: failed to load LLB: security.insecure is not allowed
Improve the user experience by suggesting privileged mode
-PorEARTHLY_ALLOW_PRIVILEGED=true.When running a target that requires privileged mode (dind), the
earthprints the following error message: