Docker

Docker

Scheme: docker

Represents a Docker endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
operation path org.apache.camel.component.docker.DockerOperation true false EVENTS
AUTH
INFO
PING
VERSION
BUILD_IMAGE
CREATE_IMAGE
INSPECT_IMAGE
LIST_IMAGES
PULL_IMAGE
PUSH_IMAGE
REMOVE_IMAGE
SEARCH_IMAGES
TAG_IMAGE
ATTACH_CONTAINER
COMMIT_CONTAINER
COPY_FILE_CONTAINER
CREATE_CONTAINER
DIFF_CONTAINER
INSPECT_CONTAINER
KILL_CONTAINER
LIST_CONTAINERS
LOG_CONTAINER
PAUSE_CONTAINER
RESTART_CONTAINER
REMOVE_CONTAINER
START_CONTAINER
STOP_CONTAINER
TOP_CONTAINER
UNPAUSE_CONTAINER
WAIT_CONTAINER
EXEC_CREATE
EXEC_START
host parameter java.lang.String false localhost
port parameter java.lang.Integer false 2375
username parameter java.lang.String false
password parameter java.lang.String false
email parameter java.lang.String false
serverAddress parameter java.lang.String false https://index.docker.io/v1/
requestTimeout parameter java.lang.Integer false
secure parameter java.lang.Boolean false
certPath parameter java.lang.String false
maxTotalConnections parameter java.lang.Integer false 100
maxPerRouteConnections parameter java.lang.Integer false 100
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

docker consumer

Docker Consumer for streaming events