From c0c540dc09ea3bbb3258813c6a372f3dc77745e9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou Date: Wed, 10 Jun 2020 12:22:04 +0200 Subject: [PATCH] fix a broken link on Docker plugins documentation --- docs/content/providers/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/docker.md b/docs/content/providers/docker.md index 968bb11a8..35c1ed0b4 100644 --- a/docs/content/providers/docker.md +++ b/docs/content/providers/docker.md @@ -154,7 +154,7 @@ You can specify which Docker API Endpoint to use with the directive [`endpoint`] - Authentication with Client Certificates as described in ["Protect the Docker daemon socket."](https://docs.docker.com/engine/security/https/) - Authorize and filter requests to restrict possible actions with [the TecnativaDocker Socket Proxy](https://github.com/Tecnativa/docker-socket-proxy). - - Authorization with the [Docker Authorization Plugin Mechanism](https://docs.docker.com/engine/extend/plugins_authorization/) + - Authorization with the [Docker Authorization Plugin Mechanism](https://web.archive.org/web/20190920092526/https://docs.docker.com/engine/extend/plugins_authorization/) - Accounting at networking level, by exposing the socket only inside a Docker private network, only available for Traefik. - Accounting at container level, by exposing the socket on a another container than Traefik's. With Swarm mode, it allows scheduling of Traefik on worker nodes, with only the "socket exposer" container on the manager nodes.