I see that Compute Engine supports setting the docker process to run containers as privileged, with the --container-privileged flag. Simply curious if the same can be done for App Engine?
I have a monolith that calls other arbitrary containers which I would like to deploy, ideally without breaking the other containers into their own services. I know that Cloud Run and Batch should be able to make short work of it, but for the immediate term I’d rather not touch the code.