docker
docker copied to clipboard
Entrypoint variable renaming
entrypoint.convert_env
uses a variable man_options
, but man pages aren't used anymore to get options. It's now done by -help
menu as introduced by https://github.com/dogecoin/docker/pull/34.
Need a renaming.
https://github.com/dogecoin/docker/blob/9dcc1697ea6c94992192b3079d53f28d4ebe4130/1.14.5/bullseye/entrypoint.py#L109