-
Notifications
You must be signed in to change notification settings - Fork 102
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
add commandlets for docker and kubernetes #584
Comments
Notice for MacOS:
|
Easy to detect architecture on macos:
|
Was autoclosed by PR #570. I will reopen to add support for MacOS. Any linux user of devonfw-ide available who could assist for linux support? |
For windows network issues with VPN see: |
was autoclosed by PR #593 hence reopening as not yet done. |
Docker Desktop is not available for Linux. However, I also found this one that supports all 3 OS: Anybody experience with this tool? |
Does not really seem to be state-of-the-art and what we are looking for. Maybe an optional aspect to close the Linux UI gap. |
Looks to me as if we could link such articles from the docs and let the linux user decide if he needs UI and which one to choose. We can still make a suggestion as best practice but I do not see that we need to automate this or even enforce the decision. |
From PR #593 for Linux:
So for Linux we need to automate and script: |
For the record: |
Moving tasks from PR #594:
|
Once again reopening from PR auto-close. |
As a user of devonfw-ide, I want to have docker and kubernetes support so that I can automate this for my team and can easily write scripts that work cross-platform using docker and kubernetes.
Acceptance
devon docker setup
will installdocker
. If docker is already installed on my machine, it will notice and honor the existing installation.devon kubernetes setup
will installkubernetes
. If kubernetes is already installed on my machine, it will notice and honor the existing installation.The text was updated successfully, but these errors were encountered: