mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #15842 from ashley-cui/seclabels
Add labels to secrets
This commit is contained in:
@ -26,16 +26,20 @@ Specify the secret driver (default **file**, which is unencrypted).
|
||||
|
||||
#### **--driver-opts**=*key1=val1,key2=val2*
|
||||
|
||||
Specify driver specific options
|
||||
Specify driver specific options.
|
||||
|
||||
#### **--env**=*false*
|
||||
|
||||
Read secret data from environment variable
|
||||
Read secret data from environment variable.
|
||||
|
||||
#### **--help**
|
||||
|
||||
Print usage statement.
|
||||
|
||||
#### **--label**, **-l**=*key=val1,key2=val2*
|
||||
|
||||
Add label to secret. These labels can be viewed in podman secrete inspect or ls.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user