docker_cmd: Run docker command
Description
Runs a docker command with provided arguments
Usage
docker_cmd(args, std_out = TRUE, std_err = TRUE)
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`.