mirror of https://github.com/docker/docs.git
10 lines
485 B
Markdown
10 lines
485 B
Markdown
# Docker Swarm API README
|
|
|
|
The Docker Swarm API is mostly compatible with the [Docker Remote
|
|
API](https://docs.docker.com/reference/api/docker_remote_api/). To read the
|
|
end-user API documentation, visit [the Swarm API documentation on
|
|
docs.docker.com](https://docs.docker.com/swarm/api/swarm-api/). If you want to
|
|
modify the discovery API documentation, start with [the `docs/api/swarm-api.md`
|
|
file](https://github.com/docker/swarm/blob/master/docs/api/swarm-api.md) in this
|
|
project.
|