chander35 opened a new issue, #4249: URL: https://github.com/apache/camel-k/issues/4249
I used simple java code and i executed this code by using "kamel run" command, I have taken the reference of **[https://camel.apache.org/camel-k/next/installation/platform/docker-desktop.html](url)** and it was working fine. But this is Unsecure method, so now I want to implement secured method then I removed **{ "insecure-registries": ["host.docker.internal:5000"] }** from daemon.json file and I have installed camel-k by using below command **kamel install --registry docker.io --registry-auth-username your-user-id --registry-auth-password your-user-password** (i have used my docker hub credentials here) after the installation I have executed below command but every time it is failing. **Kamel run sample.java --dev** how to execute my kamel code in secure method? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org