mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
docker-load: update documentation link (#13805)
This commit is contained in:
parent
b1b7556f38
commit
04991881f5
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# docker load
|
||||
|
||||
> Charge des images Docker depuis des fichiers ou `stdin`.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/load/>.
|
||||
> Plus d'informations : <https://docs.docker.com/reference/cli/docker/image/load/>.
|
||||
|
||||
- Charge une image Docker depuis `stdin` :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# docker load
|
||||
|
||||
> Carregar imagens do Docker a partir de arquivos ou `stdin`.
|
||||
> Mais informações: <https://docs.docker.com/engine/reference/commandline/load/>.
|
||||
> Mais informações: <https://docs.docker.com/reference/cli/docker/image/load/>.
|
||||
|
||||
- Carrega uma imagem do Docker a partir do `stdin`:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# docker load
|
||||
|
||||
> Load Docker images from files or `stdin`.
|
||||
> More information: <https://docs.docker.com/engine/reference/commandline/load/>.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/image/load/>.
|
||||
|
||||
- Load a Docker image from `stdin`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue