check_docker_running {liftr} | R Documentation |
Check if Docker Daemon is Running
Description
This function checks if the Docker daemon is running.
Usage
check_docker_running()
Value
TRUE
if Docker daemon is running, FALSE
otherwise.
Examples
## Not run:
check_docker_running()
## End(Not run)
[Package liftr version 0.9.2 Index]