mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 21:15:26 +02:00
crane-copy: add Spanish translation (#14792)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
c7ee4732c4
commit
24afb5475c
1 changed files with 24 additions and 0 deletions
24
pages.es/common/crane-copy.md
Normal file
24
pages.es/common/crane-copy.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# crane copy
|
||||
|
||||
> Copia eficientemente una imagen remota de origen a destino conservando el valor de resumen.
|
||||
> Más información: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md>.
|
||||
|
||||
- Copia una imagen de origen a destino:
|
||||
|
||||
`crane copy {{origen}} {{destino}}`
|
||||
|
||||
- Copia todas las etiquetas:
|
||||
|
||||
`crane copy {{origen}} {{destino}} {{-a|--all-tags}}`
|
||||
|
||||
- Establece el número máximo de copias simultáneas, predeterminados a GOMAXPROCS:
|
||||
|
||||
`crane copy {{origen}} {{destino}} {{-j|--jobs}} {{número}}`
|
||||
|
||||
- Evita sobrescribir las etiquetas existentes en el destino:
|
||||
|
||||
`crane copy {{origen}} {{destino}} {{-n|--no-clobber}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`crane copy {{-h|--help}}`
|
Loading…
Add table
Reference in a new issue