1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/docker-rename.md

13 lines
245 B
Markdown
Raw Normal View History

# 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`