docs: man page: typo fix in docker_1

Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com>
This commit is contained in:
Dmitriy Fishman 2021-10-01 06:46:38 +03:00
parent 74dce4c458
commit cbda0760b8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ docker \- Docker image and container command line interface
**docker** is a client for interacting with the daemon (see **dockerd(8)**) through the CLI. **docker** is a client for interacting with the daemon (see **dockerd(8)**) through the CLI.
The Docker CLI has over 30 commands. The commands are listed below and each has The Docker CLI has over 30 commands. The commands are listed below and each has
its own man page which explain usage and arguments. its own man page which explains usage and arguments.
To see the man page for a command run **man docker <command>**. To see the man page for a command run **man docker <command>**.