test_docker_installation {babelwhale} | R Documentation |
Tests whether docker is correctly installed and available
test_docker_installation(detailed = FALSE)
detailed |
Whether top do a detailed check |
test_docker_installation()
if (test_docker_installation()) {
test_docker_installation(detailed = TRUE)
}