mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
docker-rm: update documentation link (#13722)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
4a6ad7974b
commit
bd6ae6f59b
9 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# docker rm
|
# docker rm
|
||||||
|
|
||||||
> Supprime un ou plusieurs conteneurs.
|
> Supprime un ou plusieurs conteneurs.
|
||||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Plus d'informations : <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Supprimer des conteneurs :
|
- Supprimer des conteneurs :
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
- Affiche l'aide :
|
- Affiche l'aide :
|
||||||
|
|
||||||
`docker rm`
|
`docker rm --help`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container remove
|
# docker container remove
|
||||||
|
|
||||||
> Dit commando is een alias van `docker rm`.
|
> Dit commando is een alias van `docker rm`.
|
||||||
> Meer informatie: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Meer informatie: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container rm
|
# docker container rm
|
||||||
|
|
||||||
> Dit commando is een alias van `docker rm`.
|
> Dit commando is een alias van `docker rm`.
|
||||||
> Meer informatie: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Meer informatie: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker rm
|
# docker rm
|
||||||
|
|
||||||
> Verwijder een of meer containers.
|
> Verwijder een of meer containers.
|
||||||
> Meer informatie: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Meer informatie: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Verwijder containers:
|
- Verwijder containers:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container remove
|
# docker container remove
|
||||||
|
|
||||||
> To polecenie jest aliasem `docker rm`.
|
> To polecenie jest aliasem `docker rm`.
|
||||||
> Więcej informacji: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Więcej informacji: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Zobacz dokumentację oryginalnego polecenia:
|
- Zobacz dokumentację oryginalnego polecenia:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container rm
|
# docker container rm
|
||||||
|
|
||||||
> To polecenie jest aliasem `docker rm`.
|
> To polecenie jest aliasem `docker rm`.
|
||||||
> Więcej informacji: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> Więcej informacji: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Zobacz dokumentację oryginalnego polecenia:
|
- Zobacz dokumentację oryginalnego polecenia:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container remove
|
# docker container remove
|
||||||
|
|
||||||
> This command is an alias of `docker rm`.
|
> This command is an alias of `docker rm`.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> More information: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker container rm
|
# docker container rm
|
||||||
|
|
||||||
> This command is an alias of `docker rm`.
|
> This command is an alias of `docker rm`.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> More information: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker rm
|
# docker rm
|
||||||
|
|
||||||
> Remove containers.
|
> Remove containers.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/rm>.
|
> More information: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
- Remove containers:
|
- Remove containers:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue