Docker |
Docker.apiVersion(String version) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_API_VERSION
environment variable.
|
static Docker |
Docker.auto() |
Configure Docker from the current environment.
|
Docker |
Docker.configAt(Object config) |
Obtain a copy of this Docker environment with the
addition of the specified location of client config files.
|
Docker |
Docker.contentTrustAt(String url) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_CONTENT_TRUST_SERVER
environment variable.
|
Docker |
Docker.contentTrustEnabled(boolean enabled) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_CONTENT_TRUST
environment variable.
|
static Docker |
Docker.daemonAt(String address) |
Manually configure Docker.
|
Docker |
Docker.debug(boolean enabled) |
Obtain a copy of this Docker environment with the
addition of the specified debug setting.
|
Docker |
Docker.dockerExecutableOf(String executable) |
Set the executable name to use to run Docker client commands.
|
Docker |
Docker.driver(String driver) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_DRIVER
environment variable.
|
Docker |
DockerPlatform.getDocker() |
|
Docker |
DockerContainer.getDockerEnvironment() |
Obtain the Docker environment used to run this container.
|
Docker |
DockerImage.getDockerEnvironment() |
|
Docker |
Docker.logLevel(String level) |
Obtain a copy of this Docker environment with the
addition of the specified log level.
|
static Docker |
Docker.machine(String machineName) |
Configure Docker using the specified Docker Machine machine name.
|
static Docker |
Docker.machine(String machineName,
DockerMachine machine,
com.oracle.bedrock.Option... options) |
Configure Docker using the specified Docker Machine machine name.
|
Docker |
Docker.noWarnKernelVersion(boolean noWarn) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_NOWARN_KERNEL_VERSION
environment variable.
|
Docker |
Docker.ramDisk(boolean use) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_RAMDISK
environment variable.
|
Docker |
Docker.tempFilesAt(File temp) |
Obtain a copy of this Docker environment with the
addition of the specified DOCKER_TMPDIR
environment variable.
|
Docker |
Docker.tls(boolean enabled) |
Obtain a copy of this Docker environment with the
addition of the specified tls setting.
|
Docker |
Docker.tlsCACert(File location) |
Obtain a copy of this Docker environment with the
addition of the specified Trust certs signed only by this CA.
|
Docker |
Docker.tlsCert(File location) |
Obtain a copy of this Docker environment with the
addition of the specified path to TLS certificate file.
|
Docker |
Docker.tlsKey(File location) |
Obtain a copy of this Docker environment with the
addition of the specified path to TLS key file.
|
Docker |
Docker.tlsVerify(boolean verify) |
Obtain a copy of this Docker environment with the
addition of the specified TLS verification setting.
|
Docker |
Docker.withBaseImage(Class<? extends com.oracle.bedrock.runtime.Application> applicationClass,
String baseImageName) |
Add a default base image to use for a specific type of
application class.
|
Docker |
Docker.withCommandOptions(com.oracle.bedrock.runtime.options.Argument... opts) |
Obtain a copy of this Docker environment with the
addition of the specified command line options.
|
Docker |
Docker.withDaemonAddress(String address) |
Obtain a Docker environment that is the same as this
Docker environment with the specified Docker daemon
address.
|
Docker |
Docker.withDefaultNetwork(String networkName) |
Obtain a new Docker environment that is a copy of
this environment with the addition of the specified
default network name.
|
Docker |
Docker.withEnvironmentVariables(com.oracle.bedrock.runtime.options.EnvironmentVariable... environmentVariables) |
Obtain a copy of this Docker environment with the
addition of the specified EnvironmentVariables.
|
Docker |
Docker.withEnvironmentVariables(List<com.oracle.bedrock.runtime.options.EnvironmentVariable> environmentVariables) |
Obtain a copy of this Docker environment with the
addition of the specified EnvironmentVariables.
|