docker_cmd.ovh_instance: Docker S3 method for use with harbor package

Description Usage Arguments Details Author(s)

View source: R/harbor_ovh.R

Description

Docker S3 method for use with harbor package

Usage

1
2
3
## S3 method for class 'ovh_instance'
docker_cmd(host, cmd = NULL, args = NULL,
  docker_opts = NULL, capture_text = FALSE, ...)

Arguments

host

The OVH instance

cmd

The command to pass to docker

args

arguments to the command

docker_opts

options for docker

capture_text

whether to return the output

...

other arguments passed to cloud_ssh

Details

Instances launched in the ovh-containers image family automatically add your user to the docker group, but for others you will need to run sudo usermod -a -G docker ${USER} and log out and back in.

Author(s)

Mark Edmondson


voltek62/RsparkleR documentation built on May 19, 2019, 1:48 a.m.