Learn R Programming

babelwhale (version 1.2.0)

test_docker_installation: 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

Run this code
test_docker_installation()

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

Run the code above in your browser using DataLab