From a719d199681aca4820f8aad17b2368e233e32c13 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Tue, 3 Jun 2025 19:49:58 -0400 Subject: [PATCH] Mention limited testing --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d69afe..d1f2a80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docker Socket Proxy +# DocKet Proxy - Docker Socket Proxy ## Description I wanted an easy/simple and secure way to use Traefik in my homelab without giving it free reign over my host machine and the Docker socket. This project is a WIP where I am testing out some concepts and ideas. @@ -37,4 +37,6 @@ $ curl -X POST localhost:8000/$DOCKER_API_VERSION/networks/create -H 'content-ty Forbidden ``` -See the full code for the list of routes that are allowed. Any not in the allow list are blocked by default. \ No newline at end of file +See the full code for the list of routes that are allowed. Any not in the allow list are blocked by default. + +I have done some limited testing with the latest version of Traefik and have not noticed any issues. I have another project that uses [Sablier Plugin](https://hub.docker.com/r/sablierapp/sablier) for Traefik and I have done some limited testing with that. I can confirm that `Sablier` is still able to start my containers, it looks like it may have some issues stopping all containers but I haven't fully explored it yet. That part of the reason why there is still some ugly logging in place. \ No newline at end of file