class Discharger::SetupRunner::Commands::DockerCommand

def docker_running?

def docker_running?
  system_quiet("docker info > /dev/null 2>&1")
end