This function checks if the Docker daemon is running.

check_docker_running()

Value

TRUE if Docker daemon is running, FALSE otherwise.

Examples

# NOT RUN {
check_docker_running()
# }