-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

docker cp


> Copy files or directories between host and container filesystems.

More information.


Copy a file or directory from the host to a container:

docker cp {path/to/file_or_directory_on_host} {container_name}:{path/to/file_or_directory_in_container}

Copy a file or directory from a container to the host:

docker cp {container_name}:{path/to/file_or_directory_in_container} {path/to/file_or_directory_on_host}

Copy a file or directory from the host to a container, following symlinks (copies the symlinked files directly, not the symlinks themselves):

docker cp --follow-link {path/to/symlink_on_host} {container_name}:{path/to/file_or_directory_in_container}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:42:38 2024