test_docker_installation: Tests whether docker is correctly installed and available

View source: R/test_docker_installation.R

test_docker_installationR 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)
}


babelwhale documentation built on July 26, 2023, 5:24 p.m.