|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartContainerCmd | |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Uses of StartContainerCmd in com.github.dockerjava.api |
---|
Methods in com.github.dockerjava.api that return StartContainerCmd | |
---|---|
StartContainerCmd |
DockerClient.startContainerCmd(String containerId)
|
Uses of StartContainerCmd in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return StartContainerCmd | |
---|---|
StartContainerCmd |
StartContainerCmd.withBinds(Bind... binds)
|
StartContainerCmd |
StartContainerCmd.withCapAdd(Capability... capAdd)
Add linux kernel capability to the container. |
StartContainerCmd |
StartContainerCmd.withCapDrop(Capability... capDrop)
Drop linux kernel capability from the container. |
StartContainerCmd |
StartContainerCmd.withContainerId(String containerId)
|
StartContainerCmd |
StartContainerCmd.withDevices(Device... devices)
Add host devices to the container |
StartContainerCmd |
StartContainerCmd.withDns(String... dns)
Set custom DNS servers |
StartContainerCmd |
StartContainerCmd.withDnsSearch(String... dnsSearch)
Set custom DNS search domains |
StartContainerCmd |
StartContainerCmd.withLinks(Link... links)
Add link to another container. |
StartContainerCmd |
StartContainerCmd.withLxcConf(LxcConf... lxcConf)
|
StartContainerCmd |
StartContainerCmd.withNetworkMode(String networkMode)
Set the Network mode for the container 'bridge': creates a new network stack for the container on the docker bridge 'none': no networking for this container 'container: |
StartContainerCmd |
StartContainerCmd.withPortBindings(PortBinding... portBindings)
Add one or more PortBinding s. |
StartContainerCmd |
StartContainerCmd.withPortBindings(Ports portBindings)
Add the port bindings that are contained in the given Ports
object. |
StartContainerCmd |
StartContainerCmd.withPrivileged(boolean privileged)
|
StartContainerCmd |
StartContainerCmd.withPublishAllPorts(boolean publishAllPorts)
|
StartContainerCmd |
StartContainerCmd.withRestartPolicy(RestartPolicy restartPolicy)
Set custom RestartPolicy for the container. |
StartContainerCmd |
StartContainerCmd.withVolumesFrom(String volumesFrom)
|
Uses of StartContainerCmd in com.github.dockerjava.core |
---|
Methods in com.github.dockerjava.core that return StartContainerCmd | |
---|---|
StartContainerCmd |
DockerClientImpl.startContainerCmd(String containerId)
|
Uses of StartContainerCmd in com.github.dockerjava.core.command |
---|
Classes in com.github.dockerjava.core.command that implement StartContainerCmd | |
---|---|
class |
StartContainerCmdImpl
Start a container |
Methods in com.github.dockerjava.core.command that return StartContainerCmd | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withBinds(Bind... binds)
|
StartContainerCmd |
StartContainerCmdImpl.withCapAdd(Capability... capAdd)
|
StartContainerCmd |
StartContainerCmdImpl.withCapDrop(Capability... capDrop)
|
StartContainerCmd |
StartContainerCmdImpl.withContainerId(String containerId)
|
StartContainerCmd |
StartContainerCmdImpl.withDevices(Device... devices)
|
StartContainerCmd |
StartContainerCmdImpl.withDns(String... dns)
|
StartContainerCmd |
StartContainerCmdImpl.withDnsSearch(String... dnsSearch)
|
StartContainerCmd |
StartContainerCmdImpl.withLinks(Link... links)
|
StartContainerCmd |
StartContainerCmdImpl.withLxcConf(LxcConf... lxcConf)
|
StartContainerCmd |
StartContainerCmdImpl.withNetworkMode(String networkMode)
|
StartContainerCmd |
StartContainerCmdImpl.withPortBindings(PortBinding... portBindings)
|
StartContainerCmd |
StartContainerCmdImpl.withPortBindings(Ports portBindings)
|
StartContainerCmd |
StartContainerCmdImpl.withPrivileged(boolean privileged)
|
StartContainerCmd |
StartContainerCmdImpl.withPublishAllPorts(boolean publishAllPorts)
|
StartContainerCmd |
StartContainerCmdImpl.withRestartPolicy(RestartPolicy restartPolicy)
|
StartContainerCmd |
StartContainerCmdImpl.withVolumesFrom(String volumesFrom)
|
Uses of StartContainerCmd in com.github.dockerjava.jaxrs |
---|
Methods in com.github.dockerjava.jaxrs with parameters of type StartContainerCmd | |
---|---|
protected Void |
StartContainerCmdExec.execute(StartContainerCmd command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |