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
When pulling from a github repo to create a dev container, using the docker app Host ENV variables pass through fails. With a compose-dev.yaml file in root does not pass the host environment variables.
Steps To Reproduce
On the host before docker dev pull enter into bash/terminal/cmd:
Description
When pulling from a github repo to create a dev container, using the docker app Host ENV variables pass through fails. With a compose-dev.yaml file in root does not pass the host environment variables.
Steps To Reproduce
On the host before docker dev pull enter into bash/terminal/cmd:
docker create new dev environment and pull a github with "compose-dev.yaml" in the root,
compose-dev.yaml:
Inspect the container or run 'printenv' to view empty container ENV variables besides the hard coded TEST_ENV
Compose Version
Docker Environment
Anything else?
I may have messed up steps to reproduce as it was from a private repo which I snipped down, but it should work related to the mysql server
The text was updated successfully, but these errors were encountered: