R/install.R
check_docker_running.Rd
This function checks if the Docker daemon is running.
check_docker_running()
TRUE if Docker daemon is running, FALSE otherwise.
TRUE
FALSE
if (FALSE) { check_docker_running()}