1
0
Fork 0
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:
cyqsimon 2024-11-27 22:44:57 +08:00 committed by GitHub
parent 67166ff0e7
commit 0f652c7ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,4 +14,4 @@
- Log in to an insecure (HTTP) registry:
`podman login --tls-verify false {{registry.example.org}}`
`podman login --tls-verify=false {{registry.example.org}}`