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
Hello, I was playing with Podman Desktop on my Windows 10 device, to see if it can be a replacement for Docker Desktop. I encountered a problem with compose secrets
The following compose.yaml file works with Docker Desktop, but does not with Podman Desktop:
Error log says: "/usr/local/bin/docker-entrypoint.sh: line 21: /run/secrets/db-pass: No such file or directory", which means, that my secret file is not mounted at all. Do you guys know, if it is possible to use secrets with podman compose?
Btw, here is information, that I can disable compose warning by setting compose_warning_logs option. Where should I put containers.conf file on Windows 10? I tried %APPDATA%\containers\containers.conf according to docs, but it doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was playing with Podman Desktop on my Windows 10 device, to see if it can be a replacement for Docker Desktop. I encountered a problem with compose secrets
The following
compose.yaml
file works with Docker Desktop, but does not with Podman Desktop:Error log says: "/usr/local/bin/docker-entrypoint.sh: line 21: /run/secrets/db-pass: No such file or directory", which means, that my secret file is not mounted at all. Do you guys know, if it is possible to use secrets with
podman compose
?Btw, here is information, that I can disable compose warning by setting
compose_warning_logs
option. Where should I putcontainers.conf
file on Windows 10? I tried%APPDATA%\containers\containers.conf
according to docs, but it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions