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 STATS 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 |
Which operation to use | |
host | parameter | java.lang.String | true | false | localhost | Docker host | |
port | parameter | java.lang.Integer | true | false | 2375 | Docker port | |
username | parameter | java.lang.String | false | User name to authenticate with | |||
password | parameter | java.lang.String | false | Password to authenticate with | |||
parameter | java.lang.String | false | Email address associated with the user | ||||
serverAddress | parameter | java.lang.String | false | https://index.docker.io/v1/ | Server address for docker registry. | ||
requestTimeout | parameter | java.lang.Integer | false | Request timeout for response (in seconds) | |||
secure | parameter | boolean | false | Use HTTPS communication | |||
certPath | parameter | java.lang.String | false | Location containing the SSL certificate chain | |||
maxTotalConnections | parameter | java.lang.Integer | false | 100 | Maximum total connections | ||
maxPerRouteConnections | parameter | java.lang.Integer | false | 100 | Maximum route connections | ||
loggingFilter | parameter | boolean | false | Whether to use logging filter | |||
followRedirectFilter | parameter | boolean | false | Whether to follow redirect filter | |||
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 for streaming events