Make the Docker cluster on Google Compute Engine
Called by as.cluster
makeDockerClusterPSOCK(workers, docker_image = "rocker/r-parallel", rscript = c("docker", "run", "--net=host", docker_image, "Rscript"), rscript_args = NULL, install_future = FALSE, ..., verbose = FALSE)
workers
: The VMs being called upondocker_image
: The docker image to use on the clusterrscript
: The Rscript command to run on the clusterrscript_args
: Arguments to the RScriptinstall_future
: Whether to check if future is installed first (not needed if using docker derived from rocker/r-parallel which is recommended)...
: Other arguments passed to makeClusterPSOCKverbose
: How much feedback to showHenrik Bengtsson henrikb@braju.com
Useful links