containerd/cmd/dist
Stephen J Day 55a1b4eff8 cmd/dist: implement fetch prototype
With the rename of fetch to fetch-object, we now introduce the `fetch`
command. It will fetch all of the resources required for an image into
the content store. We'll still need to follow this up with metadata
registration but this is a good start.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-03-02 17:36:01 -08:00
..
active.go content: refactor content store for API 2017-02-21 13:10:22 -08:00
apply.go Update log lines to use containerd log package 2017-02-17 11:50:49 -08:00
common.go cmd/dist: add global connect-timeout for GRPC 2017-02-28 16:43:08 -08:00
delete.go cmd/dist: change fetch to fetch-object command 2017-03-02 13:50:09 -08:00
fetch.go cmd/dist: implement fetch prototype 2017-03-02 17:36:01 -08:00
fetchobject.go cmd/dist: default mediatypes to oci and docker 2017-03-02 16:50:32 -08:00
get.go services/content: move service client into package 2017-02-28 17:12:24 -08:00
ingest.go services/content: move service client into package 2017-02-28 17:12:24 -08:00
list.go Use errors.New() directly to output the error message 2017-02-22 10:53:16 +08:00
main.go cmd/dist: implement fetch prototype 2017-03-02 17:36:01 -08:00