R/method_process_definition.R
def_container.Rd
Meta information on the container in which the wrapper resides
def_container(docker, url = NULL)
docker | The handle of the docker container |
---|---|
url | An url of where the docker codebase resides (containing definition.yml, Dockerfile, ...) |
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" #>