From 7e84f66ece07e06226f2ba35869e8a2a32ca2ac3 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 13 Jun 2016 18:15:07 -0700 Subject: [PATCH] There is no "docker" check type --- nomad/structs/structs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 68c4c5d2f..fcae08ad0 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1484,7 +1484,6 @@ func (tg *TaskGroup) GoString() string { const ( ServiceCheckHTTP = "http" ServiceCheckTCP = "tcp" - ServiceCheckDocker = "docker" ServiceCheckScript = "script" )