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
I'm using docker-desktop on windows and having issues when trying to pass an env object to any compose command.
Happens even if env is just an empty object
Its not a major issue because in my case I can fall back to regular docker commandOptions instead of defining env, but still wanted to let you know.
I'm using docker-desktop on windows and having issues when trying to pass an env object to any compose command.
Happens even if env is just an empty object
Its not a major issue because in my case I can fall back to regular docker commandOptions instead of defining env, but still wanted to let you know.
demo logs:
works with
env: undefined
:The text was updated successfully, but these errors were encountered: