1
0
Fork 0

Fixes typo for Swarm mode in CLI example

This commit is contained in:
Bilal Budhani 2025-09-04 12:52:04 +05:30 committed by GitHub
parent 7ab17d228f
commit f685b3f258
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ See the [Docker Swarm API Access](#docker-api-access) section for more informati
``` ```
```bash tab="CLI" ```bash tab="CLI"
--providers.docker.endpoint=unix:///var/run/docker.sock --providers.swarm.endpoint=unix:///var/run/docker.sock
# ... # ...
``` ```