compose/cli/mobycli/delegate_ecs.go
aiordache 87245ef727 rename packages ( amazon to ecs and azure to aci )
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00

10 lines
194 B
Go

// +build !ecs
package mobycli
import "github.com/docker/api/context/store"
func init() {
delegatedContextTypes = append(delegatedContextTypes, store.AwsContextType, store.EcsContextType)
}