mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
small typo
This commit is contained in:
parent
528c15afed
commit
3d10d50c6d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ The `docker` client is pretty simple. Each action you can take
|
||||||
with Docker is a command and each command can take a series of
|
with Docker is a command and each command can take a series of
|
||||||
flags and arguments.
|
flags and arguments.
|
||||||
|
|
||||||
# Usage: [sudo] docker [flags] [command] [arguments] ..
|
# Usage: [sudo] docker [command] [flags] [arguments] ..
|
||||||
# Example:
|
# Example:
|
||||||
$ sudo docker run -i -t ubuntu /bin/bash
|
$ sudo docker run -i -t ubuntu /bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue