Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-21 00:16:02 +00:00
parent 7b74e73417
commit 2ba5743c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: