Package | Description |
---|---|
org.jclouds.docker.domain | |
org.jclouds.docker.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Info |
MiscApi.getInfo()
Get the information of the current docker version.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.