Specify docker or singularity
Run a command in a container
## $status
## [1] 0
##
## $stdout
## [1] "hello\n"
##
## $stderr
## [1] ""
##
## $timeout
## [1] FALSE
Get a file from a container
## [1] "3.14.0"
Check out news(package = "dynutils")
or NEWS.md for a full list of changes.
detect_backend()
: Print helpful message when neither docker or singularity are installed (Thanks @KforKuma).BUG FIX test_docker_installation()
: Use docker info
to check whether docker is available.
BUG FIX: Redirect stdout and stderr to files to avoid processx hangs (#24, thanks @joelnitta!).
MINOR CHANGE: Change maintainer from Wouter to Robrecht.
MINOR CHANGE: Added an environment_variables
to the singularity and docker config.