mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 05:43:20 +00:00
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# docker rename
|
|
|
|
> Rename a container.
|
|
> More information: <https://docs.docker.com/engine/reference/commandline/rename>.
|
|
|
|
- Rename a container:
|
|
|
|
`docker rename {{container}} {{new_name}}`
|
|
|
|
- Display help:
|
|
|
|
`docker rename --help`
|