var (
ErrNoSuchNode = errors.New("No such node in storage")
ErrNoSuchContainer = errors.New("No such container in storage")
ErrNoSuchImage = errors.New("No such image in storage")
ErrDuplicatedNodeAddress = errors.New("Node address shouldn't repeat")
)