def_container: Meta information on the container in which the wrapper...

View source: R/method_process_definition.R

def_containerR 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"
)

dynwrap documentation built on July 26, 2023, 5:15 p.m.