cli.md: Add another sudo

This commit is contained in:
Felix Rabe
2014-05-02 23:13:28 +02:00
parent 4d521f479b
commit 4706a1ad76
+1 -1
View File
@@ -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