docker_cmd_con: Run a docker command on a host, returning a connection.

Description Usage Arguments

View source: R/driver-docker.R

Description

Run a docker command on a host, returning a connection.

Usage

1
docker_cmd_con(host, cmd = NULL, args = NULL, docker_opts = NULL, ...)

Arguments

host

A host object.

cmd

A docker command, such as "run" or "ps"

args

Arguments to pass to the docker command

docker_opts

Options to docker. These are things that come before the docker command, when run on the command line.

...

Other arguments passed to the SSH command for the host


james-atkins/resurrectr documentation built on Feb. 16, 2021, 12:06 a.m.