docker_cmd | R Documentation |
Runs a docker command with provided arguments
docker_cmd(args, std_out = TRUE, std_err = TRUE)
args |
Vector of arguments |
std_out |
if and where to direct child process STDOUT. See 'sys::exec'. |
std_err |
if and where to direct child process STDERR. See 'sys::exec'. |
Logical
Other private-docker:
container-class
,
docker_build()
,
docker_cp()
,
docker_img_rm()
,
docker_ps_count()
,
docker_pull()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.