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
Observe Error docker: Error response from daemon: invalid mount config for type "bind": invalid mount path: '${containerEnv:TEST_VAR}' mount path must be absolute.
The mount points are applied when the container is created, but container variables (containerEnv) are only replaced after the container is created. This is because only after the container was created can we inspect the container for its environment variables.
Hope that makes sense. Closing as expected. Thanks.
Environment:
Steps to Reproduce:
docker: Error response from daemon: invalid mount config for type "bind": invalid mount path: '${containerEnv:TEST_VAR}' mount path must be absolute.
May be related to this issue.
The text was updated successfully, but these errors were encountered: