DockerAPI.Secret (DockerAPI v0.3.0) View Source
Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
Link to this section Summary
Link to this section Functions
Create a secret
Official document
https://docs.docker.com/engine/api/v1.40/#operation/SecretCreate
Example
Please help!
Delete a secret
Official document
https://docs.docker.com/engine/api/v1.40/#operation/SecretDelete
Example
Please help!
Inspect a secret
Official document
https://docs.docker.com/engine/api/v1.40/#operation/SecretInspect
Example
Please help!
List secrets
Official document
https://docs.docker.com/engine/api/v1.40/#operation/SecretList
Example
Please help!
Update a Secret
Official document
https://docs.docker.com/engine/api/v1.40/#operation/SecretUpdate
Example
Please help!