| ... | ... |
@@ -25,7 +25,7 @@ The `docker` client is pretty simple. Each action you can take |
| 25 | 25 |
with Docker is a command and each command can take a series of |
| 26 | 26 |
flags and arguments. |
| 27 | 27 |
|
| 28 |
- # Usage: [sudo] docker [flags] [command] [arguments] .. |
|
| 28 |
+ # Usage: [sudo] docker [command] [flags] [arguments] .. |
|
| 29 | 29 |
# Example: |
| 30 | 30 |
$ sudo docker run -i -t ubuntu /bin/bash |
| 31 | 31 |
|