Export GRPC services from client

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-05-25 11:10:34 -07:00
parent 608e6daaa4
commit a2b0824720
4 changed files with 30 additions and 30 deletions

View File

@@ -186,7 +186,7 @@ func WithHostNamespace(ns specs.LinuxNamespaceType) SpecOpts {
func WithImage(ctx context.Context, i Image) SpecOpts {
return func(s *specs.Spec) error {
image := i.(*image)
store := image.client.content()
store := image.client.ContentStore()
ic, err := image.i.Config(ctx, store)
if err != nil {
return err