I'm still working around this one using the variable registry.
 
My use case seems fairly common- our docker compose file uses the environment stanza to pass environment-specific values into the NiFi container for use by various processors.  e.g. things like S3 key/secret.  I need to inject this information into the value of my context params.  Or, find some other way to easily set the value of the context params from my docker-compose.  I believe the NiFi toolkit can update the value of the context params but to fully automate this would require additional moving parts.
 
Anyone have a suggestion on how to accomplish this?