sops
sops copied to clipboard
Can't use docker compose and sops together
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?