expunge the word 'Resource' in reference to a file/dir in a CONTAINER - that way users don't wonder how its different from a Path

Upstream-commit: 27159ce6bac4308b5fba311258fab8e852667787
Component: engine
This commit is contained in:
Sven Dowideit
2013-11-16 20:15:04 +10:00
parent b91918adb1
commit bc3e877db3
3 changed files with 9 additions and 4 deletions
@@ -219,10 +219,15 @@ Full -run example
::
Usage: docker cp CONTAINER:RESOURCE HOSTPATH
Usage: docker cp CONTAINER:PATH HOSTPATH
Copy files/folders from the containers filesystem to the host
path. Paths are relative to the root of the filesystem.
.. code-block:: bash
$ sudo docker cp 7bb0e258aefe:/etc/debian_version .
$ sudo docker cp blue_frog:/etc/hosts .
.. _cli_diff: