# NOT RUN {
docker_run(localhost, "debian:testing", "echo foo")
#> foo
# Arguments will be concatenated
docker_run(localhost, "debian:testing", c("echo foo", "bar"))
#> foo bar
docker_run(localhost, "rocker/r-base", c("Rscript", "-e", "1+1"))
#> [1] 2
# }
Run the code above in your browser using DataLab