Removed all mentions of "please" from docs and messages

Signed-off-by: Grace Choi <gracechoi@utexas.edu>
Signed-off-by: Pranjal Rai <pranjalrai@utexas.edu>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Grace Choi
2024-04-26 13:16:51 -05:00
committed by Sebastiaan van Stijn
parent 0022fe7111
commit e06ef800fc
42 changed files with 58 additions and 57 deletions

View File

@ -103,7 +103,7 @@ Copy files from container to local path
$ docker cp CONTAINER:/var/logs/ /tmp/app_logs
```
Copy a file from container to stdout. Please note `cp` command produces a tar stream
Copy a file from container to stdout. Note `cp` command produces a tar stream
```console
$ docker cp CONTAINER:/var/logs/app.log - | tar x -O | grep "ERROR"