We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39ee5a commit 38d7d76Copy full SHA for 38d7d76
azure-keyvault/README.md
@@ -4,3 +4,20 @@ The Azure Key Vault project delivers you with a simulated Azure Key Vault
4
experience.
5
6
We welcome feedback!
7
+
8
+## Running the simulator
9
10
+To run the simulator use the command line below:
11
12
+```
13
+ docker run --rm -it -p 8100:8080 -p 8101:8443 manorrock/ocelot-azure-keyvault
14
15
16
+## Mounting your own certificate directory
17
18
+If you want to supply your own certificate instead of the generated one you
19
+can mount the certificate directory.
20
21
+```bash
22
+ docker run --rm -it -p 8100:8080 -p 8101:8443 -v $PWD/certs:/home/piranha/certs manorrock/ocelot-azure-keyvault
23
0 commit comments