Uses of Class
org.jclouds.docker.domain.Info
-
Packages that use Info Package Description org.jclouds.docker.domain org.jclouds.docker.features -
-
Uses of Info in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return Info Modifier and Type Method Description static Info
Info. create(int containers, boolean debug, String driver, List<List<String>> driverStatus, String executionDriver, boolean iPv4Forwarding, int images, String indexServerAddress, String initPath, String initSha1, String kernelVersion, boolean memoryLimit, int nEventsListener, int nFd, int nGoroutines, String operatingSystem, boolean swapLimit, String dockerRootDir, List<String> labels, long memTotal, int ncpu, String id, String name)
-
Uses of Info in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return Info Modifier and Type Method Description Info
MiscApi. getInfo()
Get the information of the current docker version.
-