View source: R/dockerBuildAllTags.R
dockerBuildAllTags | R Documentation |
Build all Docker tags
dockerBuildAllTags(local, remote, days = 2L, force = FALSE)
local |
|
remote |
|
days |
|
force |
|
Invisible logical(1)
.
Updated 2023-03-28.
## > local <- file.path(
## > "~",
## > "monorepo",
## > "docker",
## > "acidgenomics",
## > "koopa"
## > )
## > remote <- "public.ecr.aws/acidgenomics/koopa"
## > dockerBuildAllTags(local = local, remote = remote)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.