github.com/sbward/docker@v1.4.2-0.20150114010528-c9dab702bed3/pkg/system/errors.go (about)

     1  package system
     2  
     3  import (
     4  	"errors"
     5  )
     6  
     7  var (
     8  	ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
     9  )