devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
35 stars 101 forks source link

Docker not working on linux #1252

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

Expected behavior

As a devonfw-ide user on linux, I want to be able to install docker so that I can make use of container management.

Actual behavior

If DOCKER_EDITION is docker, it can not work as docker-desktop has no linux support. However, I would expect a reasonable error message then guiding me how to configure rancher instead.

If DOCKER_EDITION is rancher, there is no download URL in ide-urls.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. devon docker setup

Related/Dependent Issues

Comments/Hints:

Correct download URL: https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.9.1/rancher-desktop-linux-v1.9.1.zip

Simply missing in updater https://github.com/devonfw/ide/blob/d002cf98e0299747971fbfea863438e3c7f5e3ba/url-updater/src/main/java/com/devonfw/tools/ide/url/updater/docker/DockerRancherDesktopUrlUpdater.java#L43-L46

Affected version:

hohwille commented 1 year ago

If DOCKER_EDITION is docker, it can not work as docker-desktop has no linux support. However, I would expect a reasonable error message then guiding me how to configure rancher instead.

Reopening as this aspect is not yet done.