diff --git a/store/storeutil/storeutil.go b/store/storeutil/storeutil.go index e6c06828..4e6b0898 100644 --- a/store/storeutil/storeutil.go +++ b/store/storeutil/storeutil.go @@ -93,6 +93,7 @@ func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.No Endpoint: name, }, }, + DockerContext: true, } if ng.LastActivity, err = txn.GetLastActivity(ng); err != nil { return nil, err