File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,15 @@ SPEAKEASY_API_KEY='{API_KEY_HERE}' ./speakeasy-proxy
87
87
88
88
# ## Run Docker Image
89
89
90
- If built locally :
90
+ If using our pre- built image first pull the required image :
91
91
92
92
` ` ` bash
93
- 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
93
+ docker pull ghcr.io/speakeasy-api/ speakeasy-proxy:latest
94
94
` ` `
95
95
96
- If using our pre-built image :
96
+ otherwise build the image yourself (see [Building](#building) for details).
97
+
98
+ Then run the image :
97
99
98
100
` ` ` bash
99
- ` ` `
101
+ 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
You can’t perform that action at this time.
0 commit comments