| construct_cont {rworkflows} | R Documentation | 
Construct containers list
Description
Construct containers list
Usage
construct_cont(
  default_registry = c("ghcr.io/", "docker.io/", "mcr.microsoft.com/"),
  default_cont = "bioconductor/bioconductor_docker",
  default_tag = "devel",
  cont = list(paste(default_cont, default_tag, sep = ":"), NULL, NULL),
  versions_explicit = FALSE,
  run_check_cont = FALSE,
  verbose = TRUE
)
Arguments
default_registry | 
 The default container registry to use. Options include: 
  | 
default_cont | 
 The DockerHub container to default to.
Used when it's detected that only the tag has been given in one or more 
  | 
default_tag | 
 The DockerHub container tag to default to.  | 
cont | 
 Which Docker container to use on each OS
(  | 
versions_explicit | 
 Specify R/Bioc versions explicitly
(e.g.   | 
run_check_cont | 
 Check whether the requested container repo (and the tag, if specified) exist using check_cont.  | 
verbose | 
 Print messages.  | 
Value
Named list of containers
Examples
cont <- construct_cont() 
[Package rworkflows version 1.0.1 Index]