mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 18:46:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# docker cp
|
||||
|
||||
> Copy files or directories between host and container filesystems.
|
||||
> More information: <https://docs.docker.com/engine/reference/commandline/cp>.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/container/cp/>.
|
||||
|
||||
- Copy a file or directory from the host to a container:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# docker exec
|
||||
|
||||
> Execute a command on an already running Docker container.
|
||||
> More information: <https://docs.docker.com/engine/reference/commandline/exec/>.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/container/exec/>.
|
||||
|
||||
- Enter an interactive shell session on an already-running container:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user