mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00
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