}
@Override
protected CamelContext createCamelContext() throws Exception {
CamelContext camelContext = super.createCamelContext();
dockerConfiguration = new DockerConfiguration();
dockerConfiguration.setParameters(getDefaultParameters());
dockerConfiguration.setClient(getClientProfile(), dockerClient);