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
Kenfe-Mickael Laventure 33f4d68f4d Add /{containers,volumes,images}/prune API endpoint
These new endpoints request the daemon to delete all resources
considered "unused" in their respective category:
  - all stopped containers
  - all volumes not attached to any containers
  - images with no associated containers

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2016-09-29 07:42:53 -07:00
..
backend.go Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
container.go Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
container_routes.go Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
copy.go Move engine-api client package 2016-09-07 11:05:58 -07:00
exec.go Move engine-api client package 2016-09-07 11:05:58 -07:00
inspect.go fix typos in several files 2016-03-18 12:51:57 +08:00