1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.fr/common/docker-rename.md
Nelson Figueroa 11819c00d5
docker-rename: update documentation link (#13735)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-09-18 20:43:49 +02:00

12 lines
248 B
Markdown

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