mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
This changes `docker swarm help` to be consistent with capitals and removes full stops. Before: ``` Commands: init Initialize a Swarm. join Join a Swarm as a node and/or manager. update update the Swarm. leave Leave a Swarm. inspect Inspect the Swarm ``` After: ``` Commands: init Initialize a Swarm join Join a Swarm as a node and/or manager update Update the Swarm leave Leave a Swarm inspect Inspect the Swarm ``` Signed-off-by: Anil Madhavapeddy <anil@docker.com> (cherry picked from commit 0ec78739ac7d8ec1579d1d4fd63cd207dc56e7c8)
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon