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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLxcConf(LxcConf... lxcConf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLxcConf(java.util.List<LxcConf> lxcConf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
HostConfig.getLxcConf() |
LxcConf |
LxcConf.setKey(java.lang.String key) |
LxcConf |
LxcConf.setValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withLxcConf(LxcConf[] lxcConf) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
CreateContainerCmdImpl.getLxcConf()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLxcConf(LxcConf... lxcConf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLxcConf(java.util.List<LxcConf> lxcConf)
Deprecated.
|
Copyright © 2019. All Rights Reserved.