Interface DockerEndpointBuilderFactory.DockerBuilders

    • Method Detail

      • docker

        default DockerEndpointBuilderFactory.DockerHeaderNameBuilder docker()
        Docker (camel-docker) Manage Docker containers. Category: cloud,container,paas Since: 2.15 Maven coordinates: org.apache.camel:camel-docker
        Returns:
        the dsl builder for the headers' name.
      • docker

        default DockerEndpointBuilderFactory.DockerEndpointBuilder docker​(String path)
        Docker (camel-docker) Manage Docker containers. Category: cloud,container,paas Since: 2.15 Maven coordinates: org.apache.camel:camel-docker Syntax: docker:operation Path parameter: operation (required) Which operation to use There are 37 enums and the value can be one of: events, stats, auth, info, ping, version, imagebuild, imagecreate, imageinspect, imagelist, imagepull, imagepush, imageremove, imagesearch, imagetag, containerattach, containercommit, containercopyfile, containercreate, containerdiff, inspectcontainer, containerkill, containerlist, containerlog, containerpause, containerrestart, containerremove, containerstart, containerstop, containertop, containerunpause, containerwait, execcreate, execstart, networkconnect, networkcreate, networkremove
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • docker

        default DockerEndpointBuilderFactory.DockerEndpointBuilder docker​(String componentName,
                                                                          String path)
        Docker (camel-docker) Manage Docker containers. Category: cloud,container,paas Since: 2.15 Maven coordinates: org.apache.camel:camel-docker Syntax: docker:operation Path parameter: operation (required) Which operation to use There are 37 enums and the value can be one of: events, stats, auth, info, ping, version, imagebuild, imagecreate, imageinspect, imagelist, imagepull, imagepush, imageremove, imagesearch, imagetag, containerattach, containercommit, containercopyfile, containercreate, containerdiff, inspectcontainer, containerkill, containerlist, containerlog, containerpause, containerrestart, containerremove, containerstart, containerstop, containertop, containerunpause, containerwait, execcreate, execstart, networkconnect, networkcreate, networkremove
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder