Container Update

Updates the configuration of an existing Docker container identified by its ID, allowing you to modify resource constraints and other runtime parameters without recreating the container. This operation enables changes to settings such as CPU shares, memory limits, restart policies, and other container resource allocations while the container continues to run. The request body accepts a JSON payload with the configuration parameters to update, and the API returns the updated container configur...