It would be extremely useful to allow the active deployment mode to be set via environment variables in Docker.
For example:
DEPLOYMENT_MODE=dev
This would significantly improve Git-based workflows. An Ignition instance could be pulled directly from a code repository, while the local development container automatically overrides the deployment mode to dev using environment variables.