public class DockerConstants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DockerConstants.EnvironmentVariables
Environment variables
|
static class |
DockerConstants.PROPERTIES
Config Admin property keys of the
DOCKER_PROVIDER_PID |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_EXTERNAL_PORT
The start of the ports created to forward from the host to the internal docker port
|
static java.lang.String |
DEFAULT_IMAGE
The default docker image to create
|
static java.lang.String |
DOCKER_PROVIDER_PID |
static java.lang.String |
DOCKER_PROVIDER_PROFILE_ID
The name of the docker provider profile which hosts the default docker configuration if there is
no docker specific configuration in the given profiles which are being created.
|
static java.lang.String |
JOLOKIA_PORT_NAME
The name of the Jolokia port in the configuration PID io.fabric8.ports
|
static java.lang.String |
PORTS_PID
The PID for the list of ports and their default values
|
static java.lang.String |
SCHEME |
Constructor and Description |
---|
DockerConstants() |
public static final java.lang.String SCHEME
public static final java.lang.String DOCKER_PROVIDER_PID
public static final java.lang.String PORTS_PID
public static final java.lang.String DEFAULT_IMAGE
public static final int DEFAULT_EXTERNAL_PORT
public static final java.lang.String DOCKER_PROVIDER_PROFILE_ID
public static final java.lang.String JOLOKIA_PORT_NAME
Copyright © 2011-2014 Red Hat. All Rights Reserved.