You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need to use docker cp to copy applicable secrets into the container.
The reason is that that this is a runtime feature and therefore requires running commands after the container service comes up. We could either inject a script as ExecStartPost via postStart in Nix in the existing service, or add a new service that handles this (former is preferred).
We would need to use
docker cp
to copy applicable secrets into the container.The reason is that that this is a runtime feature and therefore requires running commands after the container service comes up. We could either inject a script as
ExecStartPost
viapostStart
in Nix in the existing service, or add a new service that handles this (former is preferred).References
Compose implementation: https://github.com/docker/compose/blob/4efb89709ccb9f11ce0b6571a1c4674be37a42b7/pkg/compose/secrets.go
The text was updated successfully, but these errors were encountered: