Learn R Programming

bioRad (version 0.5.1)

check_docker: Check if Docker is running

Description

Checks that Docker daemon is running correctly on the local system, and that vol2bird Docker image is available.

Usage

check_docker(verbose = TRUE)

Arguments

verbose

logical. When TRUE messages are printed to R console.

Value

0 upon success, otherwise an error code: 1 if Docker vol2bird image not available, 2 if Docker daemon not running, 3 if Docker daemon not found.

Examples

Run this code
# NOT RUN {
# check if Docker is running and vol2bird image is available:
check_docker()
# }

Run the code above in your browser using DataLab