From f135533a7a45552a0ca362e89989c2ea826a6473 Mon Sep 17 00:00:00 2001 From: Rajan Patel Date: Wed, 23 Feb 2022 20:05:33 -0500 Subject: [PATCH] update custom docker host documentation for pre/post commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f36f418..1e6ac361 100644 --- a/README.md +++ b/README.md @@ -651,7 +651,7 @@ If you are interfacing with Docker via TCP, set `DOCKER_HOST` to the correct URL DOCKER_HOST=tcp://docker_socket_proxy:2375 ``` -In case you are using a socket proxy, it must support `GET` and `POST` requests to the `/containers` endpoint. If you are using Docker Swarm, it must also support the `/services` endpoint. +In case you are using a socket proxy, it must support `GET` and `POST` requests to the `/containers` endpoint. If you are using Docker Swarm, it must also support the `/services` endpoint. If you are using pre/post backup commands, it must also support the `/exec` endpoint. ## Recipes