Container Rename
This API operation allows you to rename an existing Docker container by sending a POST request to the /containers/{id}/rename endpoint, where {id} is the container's ID or name. The new name for the container is provided as a query parameter in the request. This is a straightforward operation that updates the container's identifier without affecting its configuration, state, or running processes. The container can be renamed regardless of whether it is running or stopped. Upon successful exec...