Skip to content

Commit f9bf317

Browse files
chore: add documentation for simple docker usage
1 parent f044054 commit f9bf317

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# speakeasy-proxy
1+
# speakeasy-proxy
2+
3+
## Build Docker Image
4+
5+
```bash
6+
docker build -t speakeasy-proxy .
7+
```
8+
9+
## Run Docker Image
10+
11+
```bash
12+
docker run --network="host" -p 3333:3333 -v $(pwd)/config.yaml:/config.yaml -v $(pwd)/httpbin.yaml:/httpbin.yaml -e SPEAKEASY_API_KEY='{API_KEY_HERE}' speakeasy-proxy
13+
```

0 commit comments

Comments
 (0)