1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/container
Vincent Demeester 428328908d
Deprecate /containers/(id or name)/copy endpoint
This endpoint has been deprecated since 1.8. Return an error starting
from this API version (1.24) in order to make sure it's not used for the
next API version and so that we can remove it some times later.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-06-03 19:38:03 +02:00
..
backend.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
container.go Deprecate /containers/(id or name)/copy endpoint 2016-06-03 19:38:03 +02:00
container_routes.go remove deprecated feature of passing HostConfig at API container start 2016-06-01 22:25:17 +08:00
copy.go Deprecate /containers/(id or name)/copy endpoint 2016-06-03 19:38:03 +02:00
exec.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
inspect.go fix typos in several files 2016-03-18 12:51:57 +08:00