cli.md: Add another sudo

Upstream-commit: c617aa0ea7
Component: cli
This commit is contained in:
Felix Rabe
2017-06-02 00:06:26 +00:00
committed by Tibor Vass
parent 6c147c29d3
commit ddf441822f
@@ -498,7 +498,7 @@ Import to docker via pipe and *stdin*.
**Import from a local directory:**
$ sudo tar -c . | docker import - exampleimagedir
$ sudo tar -c . | sudo docker import - exampleimagedir
Note the `sudo` in this example you must preserve
the ownership of the files (especially root ownership) during the