mirror of
https://github.com/docker/cli.git
synced 2026-09-25 07:50:37 -05:00
Fix some typos in comments and strings
Most of them were found and fixed by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Upstream-commit: 2eee613326fb59fd168849618d14a9054a40f9f5 Component: engine
This commit is contained in:
@@ -26,7 +26,7 @@ group.
|
||||
|
||||
To connect to the Docker daemon with cURL you need to use cURL 7.40 or
|
||||
later, as these versions have the `--unix-socket` flag available. To
|
||||
run `curl` against the deamon on the default socket, use the
|
||||
run `curl` against the daemon on the default socket, use the
|
||||
following:
|
||||
|
||||
curl --unix-socket /var/run/docker.sock http://containers/json
|
||||
|
||||
Reference in New Issue
Block a user