diff --git a/tldr/docker-cp b/tldr/docker-cp index 96058e54..47924ce1 100644 --- a/tldr/docker-cp +++ b/tldr/docker-cp @@ -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: . +> More information: . - Copy a file or directory from the host to a container: diff --git a/tldr/docker-exec b/tldr/docker-exec index 0d94e6e4..11196993 100644 --- a/tldr/docker-exec +++ b/tldr/docker-exec @@ -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: . +> More information: . - Enter an interactive shell session on an already-running container: