R/container_create_method.R
create_docker_ti_method.Rd
These functions create a TI method from a docker image, either locally (create_docker_ti_method
) or from docker hub pull_docker_ti_method
.
create_docker_ti_method(image, definition = extract_definition_from_docker_image(image), ...) extract_definition_from_docker_image(image, definition_location = "/code/definition.yml") pull_docker_ti_method(image)
image | The name of the docker image, eg. |
---|---|
definition | The method definition, a list containing the name, input, output and parameters of a method.
Optional, as the definition file will be automatically loaded from the images |
... | Other information about the method |
definition_location | The location of the definition file within the image |