test_docker_installation {babelwhale}R Documentation

Tests whether docker is correctly installed and available

Description

Tests whether docker is correctly installed and available

Usage

test_docker_installation(detailed = FALSE)

Arguments

detailed

Whether top do a detailed check

Examples

test_docker_installation()

if (test_docker_installation()) {
  test_docker_installation(detailed = TRUE)
}


[Package babelwhale version 1.2.0 Index]