start_docker: Start Docker

Description Usage Arguments Details Examples

Description

Start Docker

Usage

1
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

1
2
3
4
5
6
7
8
## 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

## End(Not run)

rSymbiota documentation built on July 7, 2019, 5:02 p.m.