mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 03:59:54 +00:00
Update cheatsheets
This commit is contained in:
17
docker-rename
Normal file
17
docker-rename
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user