mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
podman-login: fix --tls-verify
argument (#14973)
See https://github.com/containers/podman/issues/24688.
This commit is contained in:
parent
67166ff0e7
commit
0f652c7ed3
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@
|
||||||
|
|
||||||
- Log in to an insecure (HTTP) registry:
|
- Log in to an insecure (HTTP) registry:
|
||||||
|
|
||||||
`podman login --tls-verify false {{registry.example.org}}`
|
`podman login --tls-verify=false {{registry.example.org}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue