pub async fn remap( container_id: String, mapping: String, socket: impl AsRef<Path>, json: bool, ) -> Result<()>
Remaps a container’s host port to a new port without restarting the container.