Jobs.getDockerComputeDomainFromName {SciServer} | R Documentation |
Returns the names of the docker compute domains available to the user.
Jobs.getDockerComputeDomainFromName(dockerComputeDomainName, dockerComputeDomains = NULL)
dockerComputeDomainName |
name of the DockerComputeDomainName, as shown within the results of Jobs.getDockerComputeDomains() |
dockerComputeDomains |
a list of dockerComputeDomain objects (dictionaries), as returned by Jobs.getDockerComputeDomains(). If not set, then an internal call to Jobs.getDockerComputeDomains() is made. |
a DockerComputeDomain object (list) that defines a Docker compute domain. A list of these kind of objects available to the user is returned by the function Jobs.getDockerComputeDomains().
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://apps.sciserver.org
http://www.github.com/sciserver/SciScript-R
dockerComputeDomain = Jobs.getDockerComputeDomainFromName("dockerComputeDomainAtJHU");