Merge pull request #5141 from thaJeztah/carry_5040

Removed all mentions of "please" from docs and messages
This commit is contained in:
Sebastiaan van Stijn
2024-06-11 22:01:50 +02:00
committed by GitHub
42 changed files with 58 additions and 57 deletions
+1 -1
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"
@@ -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.
```
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
```