mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* Create docker-pull.md * Create docker-rename.md * Create docker-remove.md * docker-*: fix spacing in French translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
245 B
245 B
docker rename
Renomme un conteneur. Plus d'informations : https://docs.docker.com/engine/reference/commandline/rename.
- Renomme un conteneur :
docker rename {{conteneur}} {{nouveau_nom}}
- Affiche l'aide :
docker rename --help