mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
podman-login: add Spanish translation (#15052)
This commit is contained in:
parent
ab918e8062
commit
0eca09edf7
1 changed files with 17 additions and 0 deletions
17
pages.es/common/podman-login.md
Normal file
17
pages.es/common/podman-login.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# podman login
|
||||
|
||||
> Inicia sesión en un registro de contenedores (container registry).
|
||||
> Nota: la ruta predeterminada de archivo de autenticación (authfile) en Linux es `$XDG_RUNTIME_DIR/containers/auth.json`, que generalmente se almacena en un `tmpfs` (en RAM).
|
||||
> Más información: <https://docs.podman.io/en/latest/markdown/podman-login.1.html>.
|
||||
|
||||
- Inicia sesión en un registro (no permanente en Linux; persistente en Windows/macOS):
|
||||
|
||||
`podman login {{registry.example.org}}`
|
||||
|
||||
- Inicia sesión en un registro persistentemente en Linux:
|
||||
|
||||
`podman login --authfile $HOME/.config/containers/auth.json {{registry.example.org}}`
|
||||
|
||||
- Inicia sesión en un registro inseguro (HTTP):
|
||||
|
||||
`podman login --tls-verify=false {{registry.example.org}}`
|
Loading…
Add table
Reference in a new issue