babelwhale: talk to docker and singularity from R

R-CMD-check CRAN_Status_Badge Codecov test coverage

Specify docker or singularity

library(babelwhale)
config <- create_docker_config()
set_default_config(config)

Run a command in a container

run("alpine", "echo", c("hello"))

Get a file from a container

read_file("alpine", "/etc/alpine-release")

Latest changes

Check out news(package = "dynutils") or NEWS.md for a full list of changes.

cat(dynutils::recent_news())


dynverse/babelwhale documentation built on July 31, 2023, 2:11 a.m.