mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 11:02:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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}}`
|
||||
`docker cp {{[-L|--follow-link]}} {{path/to/symlink_on_host}} {{container_name}}:{{path/to/file_or_directory_in_container}}`
|
||||
|
||||
Reference in New Issue
Block a user