mirror of https://github.com/docker/cli.git
docker load: Typofix in examples
Remove the double "docker docker" from example Signed-off-by: Henry Ne <henrynmail-github@yahoo.de>
This commit is contained in:
parent
e5980c541a
commit
79c489d812
|
@ -35,7 +35,7 @@ bzip2, or xz) from a file or STDIN. It restores both images and tags.
|
|||
## Examples
|
||||
|
||||
```bash
|
||||
$ docker docker image ls
|
||||
$ docker image ls
|
||||
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
|
||||
|
|
Loading…
Reference in New Issue