summaryrefslogtreecommitdiffstats
path: root/README
blob: 282e916538421f5049b03b2a2de915bbbfa7382f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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