Jobs.getDockerComputeDomainsNames {SciServer} | R Documentation |
Returns the names of the docker compute domains available to the user.
Jobs.getDockerComputeDomainsNames(dockerComputeDomains=NULL)
dockerComputeDomains |
a list of dockerComputeDomain objects, as returned by Jobs.getDockerComputeDomains(). If not set, then an extra internal call to Jobs.getDockerComputeDomains() is made. |
a list of strings, each being the name of a docker compute domain available to the user.
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
dockerComputeDomainsNames = Jobs.getDockerComputeDomainsNames()