Update docker.md

Updated the documentation to include a blurb about not using localhost in name as it kicks out an API error.
This commit is contained in:
mikekay1 2024-10-17 15:29:03 -04:00 committed by GitHub
parent 2245cdda55
commit 5ceb51392a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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