Files
moby/daemon
Sebastiaan van Stijn b3a0ff9944 api: remove POST /containers/{id}/copy endpoint (api < v1.23)
This endpoint was deprecated in API v1.20 (Docker Engine v1.8.0) in
commit db9cc91a9e, in favor of the
`PUT /containers/{id}/archive` and `HEAD /containers/{id}/archive`
endpoints, and disabled in API v1.24 (Docker Engine v1.12.0) through
commit 428328908d.

This patch removes the endpoint, and the associated `daemon.ContainerCopy`
method in the backend.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-02-06 18:44:44 +01:00
..
2023-09-27 14:10:23 +08:00
2024-01-19 17:32:21 +01:00
2023-11-10 20:09:25 +00:00
2023-10-26 00:10:23 +01:00
2023-09-07 18:38:19 +00:00
2024-01-19 17:32:21 +01:00
2023-09-27 14:10:23 +08:00
2023-09-27 14:10:23 +08:00
2024-01-19 17:32:21 +01:00