-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #5
Conversation
Exclude Guava from the docker-4-java dependencies are we already deliver Guava in a newer version.
Add connector tag an docker icon
Provide description, demo, setup and correct mvn deps
Add test project with a web test
Changes suggested by review
Hi @weissreto I am trying to run project from source then I ran "dockerDemo/start.ivp" and encountered this error |
Hi @linhpd-axonivy |
Hi @weissreto |
Hi @linhpd-axonivy |
Hi @weissreto |
Hi @linhpd-axonivy In the variables.yaml file there is a large comment/doc section above the URL. Have look there to learn how to configure the URL for your OS. I don' t think it is necessary to but doc these into README as it fits better in the variables.yaml where you need to configure URL. |
If the comment/doc is not clear how should I improve it so that you better understand what you need to configure? |
Hi @weissreto I don't know if the comments are unclear or if this is my personal issue. As a developer, I use Docker via Docker Desktop, Rancher Desktop, or Podman Desktop to manage my containers because they are easy to install and have a UI. So I don't know how to get the 'URL to communicate with the docker daemon' on my computer. Could you give me a keyword or a guideline to help me find it? |
Hi If you use Docker Desktop with WSL 2 you can use this value as documented in the variables.yaml file: |
I change URL in variable.yml to npipe:////./pipe/dockerDesktopLinuxEngine and start |
Let us do a MSTeams Remote Session on Monday. So I can analyze the problem and help you setup your environment correctly. |
Hi @weissreto , It's okay for me. This is my email address: |
Hi @weissreto, please help me add these lines to variables.yml because I don't have push permission |
docker-connector/src/com/axonivy/connector/docker/IvyDockerClient.java
Outdated
Show resolved
Hide resolved
Hi @weissreto, I got error when stop container both case demo and test |
The error is strange. Seems like it tries to connect using URL tcp://localhost:2375 instead of the pipe we have configured. Can you update your git repo to the latest version I just pushed and then restart the Designer and try again with the URL for podman? |
HI @weissreto, I pulled latest version. The demo works well but when I run the tests, it causes the same error as mentioned above. |
@@ -0,0 +1,16 @@ | |||
# Docker Connector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @andreasbalsiger,
Could you please help review if the readme file fits the market landscape?
Regards
Linh
Hi, I just tried it out on my machine. It works. Also in the Git Hub Actions it works. Let's do another MS teams meeting tomorrow morning CET to find out why it is not running on your machine. 09:30 CET ok for you? |
Hi, it's ok for me |
Hi @weissreto , this is the latest logs file |
Hi @linhpd-axonivy I've setup a new dev environment with PodMan and was able to reproduce the error you had. Thanks |
No description provided.