cwlVersion: v1.0
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: ubuntu
I plan to host my own docker registry.
Does dockerPull support hostname and port number variant ?
cwlVersion: v1.0
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: localhost.localdomain:5000/ubuntu
Cheers