Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extensions to hook into container creation #216

Open
cedricziel opened this issue Sep 6, 2022 · 0 comments
Open

Allow extensions to hook into container creation #216

cedricziel opened this issue Sep 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@cedricziel
Copy link

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 cedricziel added the enhancement New feature or request label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant