docker mcp secret set
| 内容説明 | Set a secret in the local OS Keychain |
|---|---|
| 利用方法 | docker mcp secret set key[=value] |
内容説明
Set a secret in the local OS Keychain
利用例
Pass the secret via STDIN
echo my-secret-password > pwd.txt
cat pwd.txt | docker mcp secret set postgres_password