Custodia Docker entrypoint ========================== Firt shell ---------- $ sudo dnf install golang make python-virtualenv openssl-devel python-devel git libffi-devel $ make run_server Second shell ------------ $ make init_db $ make example Output ------ env -i EXAMPLE=foo CUSTODIA_SECRET_DB_PASSWORD=tests/mysecret \ ./gustodia ./entrypoint.sh apache arg0: ./entrypoint.sh args: apache Env: DB_PASSWORD=SuperSecretPassword EXAMPLE=foo