-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected warning when using secrets in Docker Compose on Windows #8233
Comments
I moved this issue to this repository after being told that it fits better her (previous issue: moby/moby#42180). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Uhm, this is still a problem. Are we in the wrong issue tracker for this? Best regards, |
This issue has been automatically marked as not stale anymore due to the recent activity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still a problem, don't mark issues as stale just because you don't react to them... |
This issue has been automatically marked as not stale anymore due to the recent activity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still a problem, don't mark issues as stale just because you don't react to them... |
This issue has been automatically closed because it had not recent activity during the stale period. |
This is still a problem, don't mark issues as stale just because you don't react to them... |
Description of the issue
I am trying to add secrets to my Windows Docker container via Docker Compose and I got it to work, but now I get a weird warning starting the container:
Context information (for bug reports)
Output of
docker-compose version
Output of
docker version
Output of
docker-compose config
(Make sure to add the relevant
-f
and other flags)Steps to reproduce the issue
api.yml
docker-compose -f api.yml up
Observed result
I get the warning:
Expected result
I expected no warning to show up.
Additional information
I tried various other ways to use secrets (e.g. by not specifying a directory, but the path for every secret) but I couldn't get those solutions to work because of the following error messages:
When using
and when using
Additional environment details
It's a physical Windows machine with version:
The text was updated successfully, but these errors were encountered: