class OSwitch::ENODKR

Public Instance Methods

to_s() click to toggle source
# File lib/oswitch/exceptions.rb, line 3
def to_s
  "***** Docker not installed / correctly setup / running.
  Are you able to run 'docker info'?"
end