diff --git a/README.md b/README.md index d7b4ecc4..451d320e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This means you don’t need: Store the secret in your OS keychain: ```bash -docker pass set foo=bar +read -s -p "Enter the secret:" secret && docker pass set foo=$secret ``` Run a container using a secret reference (the value se://foo is not the secret itself):