Package | Description |
---|---|
org.jclouds.docker.domain | |
org.jclouds.docker.features |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.Builder.build() |
static HostConfig |
HostConfig.create(String containerIDFile,
List<String> binds,
List<Map<String,String>> lxcConf,
boolean privileged,
List<String> dns,
List<String> dnsSearch,
Map<String,List<Map<String,String>>> portBindings,
List<String> links,
List<String> extraHosts,
boolean publishAllPorts,
List<String> volumesFrom,
String networkMode,
List<String> securityOpt,
List<String> capAdd,
List<String> capDrop,
Map<String,String> restartPolicy) |
abstract HostConfig |
Container.hostConfig() |
abstract HostConfig |
Config.hostConfig() |
Modifier and Type | Method and Description |
---|---|
static Container |
Container.create(String id,
Date created,
String path,
String name,
List<String> args,
Config config,
State state,
String image,
NetworkSettings networkSettings,
String sysInitPath,
String resolvConfPath,
Map<String,String> volumes,
HostConfig hostConfig,
String driver,
String execDriver,
Map<String,Boolean> volumesRW,
String command,
String status,
List<Port> ports,
String hostnamePath,
String hostsPath,
String mountLabel,
String processLabel,
com.google.common.base.Optional<Node> node) |
static Config |
Config.create(String hostname,
String domainname,
String user,
int memory,
int memorySwap,
int cpuShares,
boolean attachStdin,
boolean attachStdout,
boolean attachStderr,
boolean tty,
boolean openStdin,
boolean stdinOnce,
List<String> env,
List<String> cmd,
List<String> entrypoint,
String image,
Map<String,?> volumes,
String workingDir,
boolean networkDisabled,
Map<String,?> exposedPorts,
List<String> securityOpts,
HostConfig hostConfig) |
HostConfig.Builder |
HostConfig.Builder.fromHostConfig(HostConfig in) |
Container.Builder |
Container.Builder.hostConfig(HostConfig hostConfig) |
Config.Builder |
Config.Builder.hostConfig(HostConfig hostConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ContainerApi.startContainer(String containerId,
HostConfig hostConfig) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.