Skip to content

Commit aa6c646

Browse files
committed
docs: More info about blocked paths
1 parent cc420a9 commit aa6c646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

project.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ socket-proxy-1 | socket-proxy:
1010
socket-proxy-1 | user: "0:991"
1111
```
1212

13+
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:
14+
15+
- [GET /containers/{id}/attach/ws](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerAttachWebsocket)
16+
- [GET /containers/{id}/export](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerExport)
17+
- [GET /containers/{id}/archive](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Container/operation/ContainerArchive)
18+
- [GET /secrets](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Secret/operation/SecretList)
19+
- [GET /configs](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Config)
20+
- [GET /swarm/unlockkey](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Swarm/operation/SwarmUnlockkey)
21+
- [GET /images/{name}/get](https://docs.docker.com/reference/api/engine/version/v1.51/#tag/Image/operation/ImageGet)
22+
1323
${{ content_uvp }} Good question! Because ...
1424

1525
${{ github:> [!IMPORTANT] }}

0 commit comments

Comments
 (0)