sops icon indicating copy to clipboard operation
sops copied to clipboard

Can't use docker compose and sops together

Open AdoPi opened this issue 11 months ago • 3 comments

I can't use docker compose and sops together, I don't know why

sops exec-file file.env "docker compose --env-file {} up -d"

hangs forever, but this works:

sops exec-file file.env "cat {}"

I've tried to use Podman instead of Docker and it worked, I need to use Docker not Podman.

Does anyone know what is going on?

AdoPi avatar Mar 24 '24 10:03 AdoPi