Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-docker</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

URI format

Code Block
dropboxdocker://[operation]?[options]

Where operation is the specific action to perform on Docker.

...

OptionHeaderDescriptionDefault Value
hostCamelDockerHostMandatory: Docker host localhost
portCamelDockerPortMandatory: Docker port2375
usernameCamelDockerUserNameUser name to authenticate with 
passwordCamelDockerPasswordPassword to authenticate with 
emailCamelDockerEmailEmail address associated with the user 
secureCamelDockerSecureUse HTTPS communication false
requestTimeoutCamelDockerRequestTimeoutRequest timeout for response (in seconds)30
certPathCamelDockerCertPathLocation containing the SSL certificate chain 

Consumer Operations

The consumer supports the following operations.

...