mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
248 B
248 B
docker rename
Renomme un conteneur. Plus d'informations : https://docs.docker.com/reference/cli/docker/container/rename/.
- Renomme un conteneur :
docker rename {{conteneur}} {{nouveau_nom}}
- Affiche l'aide :
docker rename --help