dogecoin / dogecoin/docker

Arguments and environment priority order

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36
Forks
17
PR merge metrics
No merged PRs in 30d

Description

*Following https://github.com/dogecoin/docker/pull/13#discussion_r767340038*

The current behavior is that arguments override environment. Idk if we should do the opposite.

Regarding our choice, we would have to switch the following lines in `entrypoint.main`:
```
executable_args = convert_env(executable)
executable_args += sys.argv[1:]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.