Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
CreateContainerCmd.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLxcConf(LxcConf... lxcConf) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLxcConf(List<LxcConf> lxcConf) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
HostConfig.getLxcConf() |
LxcConf |
LxcConf.setKey(String key) |
LxcConf |
LxcConf.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withLxcConf(LxcConf[] lxcConf) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
CreateContainerCmdImpl.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLxcConf(LxcConf... lxcConf) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLxcConf(List<LxcConf> lxcConf) |
Copyright © 2016. All Rights Reserved.