We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b36df commit bd88f94Copy full SHA for bd88f94
1 file changed
README.md
@@ -30,6 +30,17 @@ When `true` any responses from the [Container Inspect](https://docs.docker.com/r
30
31
If I find use cases for filtering other endpoints they will be implemented in the future! Open a new Issue if you have ideas.
32
33
+## Install
34
+
35
+Docker images are available for x86/ARMv7 hosts:
36
37
+```
38
+docker.io/foxxmd/docker-proxy-filter:latest
39
+ghcr.io/foxxmd/docker-proxy-filter:latest
40
41
42
+The proxy server is available on port `2375` within the deployed container.
43
44
## Example
45
46
```yaml
0 commit comments