From 47e82a274b23edb48f43417ef6a7eeeb13305189 Mon Sep 17 00:00:00 2001 From: Kai Davenport Date: Sat, 20 Jun 2015 23:13:41 +0100 Subject: [PATCH] add PublishService to the container config --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 2b2ca44..50f75b9 100644 --- a/types.go +++ b/types.go @@ -23,6 +23,7 @@ type ContainerConfig struct { Image string Volumes map[string]struct{} VolumeDriver string + PublishService string WorkingDir string Entrypoint []string NetworkDisabled bool