We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb49c16 commit 88c790fCopy full SHA for 88c790f
docs/content/en/install.md
@@ -22,3 +22,20 @@ go get -u github.com/ContentSquare/chproxy
22
```
23
24
If you don't have Go installed on your system - follow [this guide](https://golang.org/doc/install).
25
+
26
27
+### Docker
28
29
+Chproxy is also available as a Docker image in a public repository on DockerHub.
30
31
+Download the image and run the container:
32
33
+```
34
+docker run -d -v <LOCAL CONFIG>:/config.yml contentsquareplatform/chproxy:<VERSION TAG> -config /config.yml
35
36
37
+Example:
38
39
40
+docker run -d -v $(pwd)/config/examples/simple.yml:/config.yml contentsquareplatform/chproxy:1.15.0 -config /config.yml
41
0 commit comments