Usage
use_vignette_docker(
package = names(get_description()),
docker_org = NULL,
docker_registry = "ghcr.io",
cont = construct_cont(cont = paste(docker_org, package, sep = "/"), default_registry =
docker_registry)[[1]],
title = "Docker/Singularity Containers",
vignette_index_entry = "docker",
save_dir = here::here(),
path = file.path(save_dir, "vignettes", "docker.Rmd"),
output = list(`BiocStyle::html_document` = list(md_extensions = "-autolink_bare_uris")),
port_in = 8787,
port_out = 8900,
force_new = FALSE,
show = FALSE,
verbose = TRUE
)