Run |
Run.addCapability(Object... capabilities) |
Create a new Run command that is a copy of this Run
command with the --cap-add option applied.
|
Run |
Run.addHost(Object... hostMappings) |
Create a new Run command that is a copy of this Run
command with the --add-host option applied.
|
Run |
Run.attach() |
Create a new Run command that is a copy of this Run
command with the --attach option applied.
|
Run |
Run.autoRemove() |
Create a new Run command that is a copy of this Run
command with the --rm option applied.
|
Run |
Run.blockIOWeight(int weight) |
Create a new Run command that is a copy of this Run
command with the --blkio-weight option applied.
|
Run |
Run.blockIOWeightDevice(int weight) |
Create a new Run command that is a copy of this Run
command with the --blkio-weight-device option applied.
|
Run |
Run.cgroupParent(String parent) |
Create a new Run command that is a copy of this Run
command with the --cgroup-parent option applied.
|
Run |
Run.cidFile(File file) |
Create a new Run command that is a copy of this Run
command with the --cidfile option applied.
|
Run |
Run.cpuPeriod(int value) |
Create a new Run command that is a copy of this Run
command with the --cpu-period option applied.
|
Run |
Run.cpuQuota(int value) |
Create a new Run command that is a copy of this Run
command with the --cpu-quota option applied.
|
Run |
Run.cpuSetCPUs(String value) |
Create a new Run command that is a copy of this Run
command with the --cpuset-cpus option applied.
|
Run |
Run.cpuSetMems(String value) |
Create a new Run command that is a copy of this Run
command with the --cpuset-mems option applied.
|
Run |
Run.cpuShares(int weight) |
Create a new Run command that is a copy of this Run
command with the --cpu-shares option applied.
|
Run |
Run.detach(String name) |
Create a new Run command that is a copy of this Run
command with the --detach option applied.
|
Run |
Run.detached() |
Create a new Run command that is a copy of this Run
command with the option applied.
|
Run |
Run.detachKeys(String keys) |
Create a new Run command that is a copy of this Run
command with the --detach-keys option applied.
|
Run |
Run.device(Object... names) |
Create a new Run command that is a copy of this Run
command with the --device option applied.
|
Run |
Run.deviceReadBytesPerSec(String... values) |
Create a new Run command that is a copy of this Run
command with the --device-read-bps option applied.
|
Run |
Run.deviceReadIOPS(String... values) |
Create a new Run command that is a copy of this Run
command with the --device-read-iops option applied.
|
Run |
Run.deviceWriteBytesPerSec(String... values) |
Create a new Run command that is a copy of this Run
command with the --device-write-bps option applied.
|
Run |
Run.deviceWriteIOPS(String... values) |
Create a new Run command that is a copy of this Run
command with the --device-write-iops option applied.
|
Run |
Run.disableContentTrust() |
Create a new Run command that is a copy of this Run
command with the --disable-content-trust option applied.
|
Run |
Run.dns(String... servers) |
Create a new Run command that is a copy of this Run
command with the --dns option applied.
|
Run |
Run.dnsOptions(String... options) |
Create a new Run command that is a copy of this Run
command with the --dns-opt option applied.
|
Run |
Run.dnsSearch(String... domains) |
Create a new Run command that is a copy of this Run
command with the --dns-search option applied.
|
Run |
Run.dropCapability(Object... capabilities) |
Create a new Run command that is a copy of this Run
command with the --cap-drop option applied.
|
Run |
Run.enableContentTrust() |
Create a new Run command that is a copy of this Run
command with the --disable-content-trust option applied.
|
Run |
Run.entryPoint(String entrypoint) |
Create a new Run command that is a copy of this Run
command with the --entrypoint option applied.
|
Run |
Run.env(String name) |
Create a new Run command that is a copy of this Run
command with the --env option applied using the specified
environment variable name.
|
Run |
Run.env(String name,
Object value) |
Create a new Run command that is a copy of this Run
command with the --env option applied using the specified
environment variable name and value.
|
Run |
Run.env(Properties variables) |
Create a new Run command that is a copy of this Run
command with the --env option applied using the specified
environment variable names and values from the specified Properties.
|
Run |
Run.envFile(File file) |
Create a new Run command that is a copy of this Run
command with the --env-file option applied.
|
Run |
Run.expose(Object... ports) |
Create a new Run command that is a copy of this Run
command with the --expose option applied.
|
Run |
Run.groupAdd(String... groups) |
Create a new Run command that is a copy of this Run
command with the --group-add option applied.
|
Run |
Run.hostName(String name) |
Create a new Run command that is a copy of this Run
command with the --hostname option applied.
|
static Run |
Run.image(DockerImage image) |
Create a Run command to run a container from the
specified DockerImage name.
|
static Run |
Run.image(DockerImage image,
Object containerName) |
Create a Run command to run a container from the
specified image name.
|
static Run |
Run.image(String image) |
Create a Run command to run a container from the
specified image name.
|
static Run |
Run.image(String image,
Object containerName) |
Create a Run command to run a container from the
specified image name.
|
Run |
Run.interactive() |
Create a new Run command that is a copy of this Run
command with the --interactive option applied.
|
Run |
Run.ip(String address) |
Create a new Run command that is a copy of this Run
command with the --ip option applied.
|
Run |
Run.ip6(String address) |
Create a new Run command that is a copy of this Run
command with the --ip6 option applied.
|
Run |
Run.ipc(String namespace) |
Create a new Run command that is a copy of this Run
command with the --ipc option applied.
|
Run |
Run.isolation(String value) |
Create a new Run command that is a copy of this Run
command with the --isolation option applied.
|
Run |
Run.kernalMemory(String limit) |
Create a new Run command that is a copy of this Run
command with the --kernel-memory option applied.
|
Run |
Run.labelFile(File... files) |
Create a new Run command that is a copy of this Run
command with the --label-file option applied.
|
Run |
Run.labels(Object... values) |
Create a new Run command that is a copy of this Run
command with the --label option applied.
|
Run |
Run.link(Object... containers) |
Create a new Run command that is a copy of this Run
command with the --link option applied.
|
Run |
Run.link(List<?> containers) |
Create a new Run command that is a copy of this Run
command with the --link option applied.
|
Run |
Run.logDriver(String name) |
Create a new Run command that is a copy of this Run
command with the --log-driver option applied.
|
Run |
Run.logOptions(Object... options) |
Create a new Run command that is a copy of this Run
command with the --log-opt option applied.
|
Run |
Run.macAddress(String address) |
Create a new Run command that is a copy of this Run
command with the --mac-address option applied.
|
Run |
Run.memory(String limit) |
Create a new Run command that is a copy of this Run
command with the --memory option applied.
|
Run |
Run.memoryReservation(String limit) |
Create a new Run command that is a copy of this Run
command with the --memory-reservation option applied.
|
Run |
Run.memorySwap(int swap) |
Create a new Run command that is a copy of this Run
command with the --memory-swap option applied.
|
Run |
Run.memorySwappiness(int swap) |
Create a new Run command that is a copy of this Run
command with the --memory-swappiness option applied.
|
Run |
Run.net(String name) |
Create a new Run command that is a copy of this Run
command with the --net option applied.
|
Run |
Run.netAlias(String... aliases) |
Create a new Run command that is a copy of this Run
command with the --net option applied.
|
Run |
Run.netBridge() |
Create a new Run command that is a copy of this Run
command with the --net=bridge option applied.
|
Run |
Run.netContainer(String container) |
Create a new Run command that is a copy of this Run
command with the --net=container:id option applied.
|
Run |
Run.netHost() |
Create a new Run command that is a copy of this Run
command with the --net=host option applied.
|
Run |
Run.netNone() |
Create a new Run command that is a copy of this Run
command with the --net=none option applied.
|
Run |
Run.oomKillDisabled() |
Create a new Run command that is a copy of this Run
command with the --oom-kill-disabled option applied.
|
Run |
Run.oomScoreAdjust(int score) |
Create a new Run command that is a copy of this Run
command with the --oom-score-adj option applied.
|
Run |
Run.pid(String namespace) |
Create a new Run command that is a copy of this Run
command with the --pid option applied.
|
Run |
Run.pidsLimit(int limit) |
Create a new Run command that is a copy of this Run
command with the --pids-limit option applied.
|
Run |
Run.privileged(int limit) |
Create a new Run command that is a copy of this Run
command with the --privileged option applied.
|
Run |
Run.publish(Object... portMappings) |
Create a new Run command that is a copy of this Run
command with the --publish option applied.
|
Run |
Run.publish(Collection<?> portMappings) |
Create a new Run command that is a copy of this Run
command with the --publish option applied.
|
Run |
Run.publishAll() |
Create a new Run command that is a copy of this Run
command with the --publish-all option applied.
|
Run |
Run.readOnly() |
Create a new Run command that is a copy of this Run
command with the --read-only option applied.
|
Run |
Run.restart(String policy) |
Create a new Run command that is a copy of this Run
command with the --restart option applied.
|
Run |
Run.restartAlways() |
Create a new Run command that is a copy of this Run
command with the --restart=always option applied.
|
Run |
Run.restartNo() |
Create a new Run command that is a copy of this Run
command with the --restart=no option applied.
|
Run |
Run.restartOnFailure() |
Create a new Run command that is a copy of this Run
command with the --restart=on-failure option applied.
|
Run |
Run.restartOnFailure(int maxRetries) |
Create a new Run command that is a copy of this Run
command with the --restart=on-failure:max-retries option applied.
|
Run |
Run.restartUnlessStopped() |
Create a new Run command that is a copy of this Run
command with the --restart=unless-stopped option applied.
|
Run |
Run.rm() |
Create a new Run command that is a copy of this Run
command with the --rm option applied.
|
Run |
Run.securityOptions(Object... options) |
Create a new Run command that is a copy of this Run
command with the --security-opt option applied.
|
Run |
Run.shmSize(Object... values) |
Create a new Run command that is a copy of this Run
command with the --shm-size option applied.
|
Run |
Run.signalProxy(boolean enabled) |
Create a new Run command that is a copy of this Run
command with the --sig-proxy option applied.
|
Run |
Run.stopSignal(String signal) |
Create a new Run command that is a copy of this Run
command with the --stop-signal option applied.
|
Run |
Run.tty() |
Create a new Run command that is a copy of this Run
command with the --tty option applied.
|
Run |
Run.ulimit(Object... options) |
Create a new Run command that is a copy of this Run
command with the --ulimit option applied.
|
Run |
Run.user(String username) |
Create a new Run command that is a copy of this Run
command with the --user option applied.
|
Run |
Run.userNamespace(String namespace) |
Create a new Run command that is a copy of this Run
command with the --userns option applied.
|
Run |
Run.utsNamespace(Object... options) |
Create a new Run command that is a copy of this Run
command with the --ulimit option applied.
|
Run |
Run.volume(Object... volumes) |
Create a new Run command that is a copy of this Run
command with the --volume option applied.
|
Run |
Run.volumeDriver(String name) |
Create a new Run command that is a copy of this Run
command with the --volume-driver option applied.
|
Run |
Run.volumesFrom(String... containers) |
Create a new Run command that is a copy of this Run
command with the --volumes-from option applied.
|
Run |
Run.withCommandArguments(com.oracle.bedrock.runtime.options.Argument... args) |
|
Run |
Run.withoutCommandArguments(com.oracle.bedrock.runtime.options.Argument... args) |
|
Run |
Run.workinDirectory(File file) |
Create a new Run command that is a copy of this Run
command with the --workdir option applied.
|