1podman-secret-rm(1)() podman-secret-rm(1)()
2
3
4
6 podman-secret-rm - Remove one or more secrets
7
8
10 podman secret rm [options] secret [...]
11
12
14 Removes one or more secrets.
15
16
17 podman secret rm is safe to use on secrets that are in use by a con‐
18 tainer. The created container will still have access to the secret
19 data because secrets are copied and mounted into the container when a
20 container is created. If a secret is deleted and another secret is cre‐
21 ated with the same name, the secret inside the container will not
22 change; the old secret value will still remain.
23
24
26 --all, -a
27 Remove all existing secrets.
28
29
30 --help
31 Print usage statement.
32
33
35 $ podman secret rm mysecret1 mysecret2
36
37
38
40 podman-secret(1)
41
42
44 January 2021, Originally compiled by Ashley Cui acui@redhat.com
45 ⟨mailto:acui@redhat.com⟩
46
47
48
49 podman-secret-rm(1)()