Learn R Programming

rSymbiota (version 1.0.0)

start_docker: Start Docker

Description

Start Docker

Usage

start_docker(verbose = TRUE, wait = 2)

Arguments

verbose

logical

wait

Waiting time for system call to finish

Details

Docker available for download at: https://www.docker.com

Examples

Run this code
# NOT RUN {
## Usually these functions are only used internally.
## However, if there are errors in the function leading to problems running 'symbiota' again
## it might be neccessary to stop_docker.
start_docker() # starts docker
stop_docker() # stops docker
# }

Run the code above in your browser using DataLab