Meta information on the container in which the wrapper resides

Meta information on the container in which the wrapper resides

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" )
#> $docker #> [1] "bobdylan/ti_some_method" #> #> $url #> [1] "https://github.com/bobdylan/ti_some_method" #>