The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Specify docker or singularity
library(babelwhale)
<- create_docker_config()
config set_default_config(config)
Run a command in a container
run("alpine", "echo", c("hello"))
## $status
## [1] 0
##
## $stdout
## [1] "hello\n"
##
## $stderr
## [1] ""
##
## $timeout
## [1] FALSE
Get a file from a container
read_file("alpine", "/etc/alpine-release")
## [1] "3.16.2"
Check out news(package = "dynutils")
or NEWS.md for a full list of changes.
run_auto_mount()
: Added helper
function for letting babelwhale
figure out which
directories to mount automatically (#26, thanks @joelnitta!).detect_backend()
: Print helpful message when
neither docker or singularity are installed (Thanks @KforKuma).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.