mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
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:
committed by
Sebastiaan van Stijn
parent
0022fe7111
commit
e06ef800fc
@ -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"
|
||||
|
@ -39,7 +39,7 @@ command and provide the following key:
|
||||
|
||||
SWMKEY-1-fySn8TY4w5lKcWcJPIpKufejh9hxx5KYwx6XZigx3Q4
|
||||
|
||||
Please remember to store this key in a password manager, since without it you
|
||||
Remember to store this key in a password manager, since without it you
|
||||
will not be able to restart the manager.
|
||||
```
|
||||
|
||||
@ -56,7 +56,7 @@ command and provide the following key:
|
||||
|
||||
SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
|
||||
|
||||
Please remember to store this key in a password manager, since without it you
|
||||
Remember to store this key in a password manager, since without it you
|
||||
will not be able to restart the manager.
|
||||
```
|
||||
|
||||
|
@ -24,7 +24,7 @@ enabled, and is also available from the `docker swarm unlock-key` command.
|
||||
|
||||
```console
|
||||
$ docker swarm unlock
|
||||
Please enter unlock key:
|
||||
Enter unlock key:
|
||||
```
|
||||
|
||||
## Related commands
|
||||
|
@ -91,7 +91,7 @@ When `alice`, one of the signers, runs `docker trust revoke`:
|
||||
|
||||
```console
|
||||
$ docker trust revoke example/trust-demo
|
||||
Please confirm you would like to delete all signature data for example/trust-demo? [y/N] y
|
||||
Confirm you would like to delete all signature data for example/trust-demo? [y/N] y
|
||||
Enter passphrase for delegation key with ID 27d42a8:
|
||||
Successfully deleted signature for example/trust-demo
|
||||
```
|
||||
|
Reference in New Issue
Block a user