start_docker: Start Docker

Description Usage Arguments Details Examples

View source: R/start_stop_docker.R

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)

FranzKrah/rSymbiota_dev documentation built on Aug. 6, 2019, 3:45 p.m.