extensions-sdk icon indicating copy to clipboard operation
extensions-sdk copied to clipboard

Allow extensions to hook into container creation

Open cedricziel opened this issue 3 years ago • 0 comments

Describe the solution you'd like A docker extension should be able to hook into the creation of objects in the engine.

An extension could thus apply mutations or reject a specific configuration. This could be useful to inject environment variables, enforce compliance regulations or plain reject certain configurations.

Describe alternatives you've considered

Kubernetes knows about the concept of Mutating Webhooks to allow similar behavior.

Additional context It would be nice if an extension containing an o11y agent could automatically configure workloads based on their definition.

cedricziel avatar Sep 06 '22 17:09 cedricziel