summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 17 insertions, 2 deletions
diff --git a/README b/README
index 830d2fd..336165b 100644
--- a/README
+++ b/README
@@ -1,7 +1,22 @@
+Custodia Docker entrypoint
+==========================
+
+Firt shell
+----------
+$ sudo dnf install golang make python-virtualenv openssl-devel python-devel
$ make run_server
+Second shell
+------------
$ make init_db
$ make example
-curl --unix-socket server_socket -H "REMOTE_USER: user" http://localhost/secrets/tests/mysecret
-
+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