mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Can use Docker secrets without Docker Swarm

Open chughts opened this issue 1 year ago • 7 comments

The statement

Docker secrets are only available via Docker Swarm services, hence to create a secret using docker, Docker Swarm must be used.

in docs/developer-config.md is not true.

It is also possible to use compose with both Docker and Podman the secrets end up in the same place /run/secrets. Though this does necessitate a docker-compose.yaml file.

chughts avatar Oct 31 '24 14:10 chughts