[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Docker universe and file transfer plugins
- Date: Thu, 8 Jun 2023 09:28:44 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Docker universe and file transfer plugins
The manual says:
"For transferring input files, URL specification is limited to jobs running
under the vanilla universe and to a vm universe VM image file." [1]
Good catch! That part of the manual isn't up-to-date. At a
technical level, the Docker and container universes are part of the
vanilla universe, and can thus use URLs for file transfer, but we should
be explicit about that in the manual.
- ToddM