Skip to content

Commit 184be1c

Browse files
update README.md
1 parent b5d80f0 commit 184be1c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ socket-proxy-1 | socket-proxy:
1818
socket-proxy-1 | user: "0:991"
1919
```
2020

21+
You find the list of all available Docker API endpoints [here](https://docs.docker.com/reference/api/engine/version/v1.51/). The following paths are still blocked, even though they are accesses only via GET:
22+
23+
- [GET /containers/{id}/attach/ws](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerAttachWebsocket)
24+
- [GET /containers/{id}/export](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerExport)
25+
- [GET /containers/{id}/archive](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerArchive)
26+
- [GET /secrets](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Secret/operation/SecretList)
27+
- [GET /configs](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Config)
28+
- [GET /swarm/unlockkey](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Swarm/operation/SwarmUnlockkey)
29+
- [GET /images/{name}/get](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Image/operation/ImageGet)
30+
2131
# UNIQUE VALUE PROPOSITION 💶
2232
**Why should I run this image and not the other image(s) that already exist?** Good question! Because ...
2333

@@ -233,4 +243,4 @@ docker pull quay.io/11notes/socket-proxy:2.1.4
233243
# ElevenNotes™️
234244
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-socket-proxy/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-socket-proxy/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-socket-proxy/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
235245
236-
*created 07.08.2025, 08:25:43 (CET)*
246+
*created 12.08.2025, 08:20:27 (CET)*

0 commit comments

Comments
 (0)