def_container {dynwrap}R Documentation

Meta information on the container in which the wrapper resides

Description

Meta information on the container in which the wrapper resides

Usage

def_container(docker, url = NULL)

Arguments

docker

The handle of the docker container

url

An url of where the docker codebase resides (containing definition.yml, Dockerfile, ...)

Examples

def_container(
  docker = "bobdylan/ti_some_method",
  url = "https://github.com/bobdylan/ti_some_method"
)

[Package dynwrap version 1.2.4 Index]