Skip to content

Commit 38d7d76

Browse files
authored
Fixes #276 - Write README (#283)
1 parent e39ee5a commit 38d7d76

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-keyvault/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,20 @@ The Azure Key Vault project delivers you with a simulated Azure Key Vault
44
experience.
55

66
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

Comments
 (0)