Skip to content

USER input variable ignored #42

@katerberg

Description

@katerberg

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions