diff --git a/docs/configs/docker.md b/docs/configs/docker.md index 51f6b523..a40628ae 100644 --- a/docs/configs/docker.md +++ b/docs/configs/docker.md @@ -5,6 +5,10 @@ description: Docker Configuration Docker instances are configured inside the `docker.yaml` file. Both IP:PORT and Socket connections are supported. +!!! note + + Don't use names with localhost in them as you will get an API Error for example "localhost-docker" as your name in the `docker.yaml`. + For IP:PORT, simply make sure your Docker instance [has been configured](https://gist.github.com/styblope/dc55e0ad2a9848f2cc3307d4819d819f) to accept API traffic over the HTTP API. ```yaml