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
Use printenv command to check if environment variables are set or not. I did.
Actually, the problem is the command here is being executed as echo "$FOO_USER", which will have output $FOO_USER and not foo. But if you use $FOO_USER inside a bash script and copy it inside the container, it might work correctly.
With latest
master
, try :Environment variables are not passed to container. The commands above do not print passed values.
The text was updated successfully, but these errors were encountered: