-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
When I try to run the following:
docker run --name="foo" -e PASS="bar" foo
the default PASS is overridden with "bar" instead.
When I run the following:
docker run --name="foo" -e USER="bar" foo
the USER variable is still "super".
This is using ff19c5c53b9a.
Please let me know what other info would be helpful in reproducing!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels