Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 504 Bytes

File metadata and controls

15 lines (8 loc) · 504 Bytes

rename

Usage: docker rename OLD_NAME NEW_NAME

rename an existing container to a NEW_NAME

The docker rename command allows the container to be renamed to a different name.

Divergence

There is no known divergence between the Triton SDC Docker and Docker Inc. implementations of this method. Please file a ticket if you discover any.

Related