Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cbd94183abd05880d293f1235707209d7fe593b8
/
.
/
pkg
/
system
/
errors.go
blob: f4bbcce744189544ac353c297c97ede0985d92dc [
file
]
package system
// import "github.com/docker/docker/pkg/system"
import "errors"
// ErrNotSupportedPlatform means the platform is not supported.
var ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")