-
Notifications
You must be signed in to change notification settings - Fork 773
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
Support to Linux Mint 19.1 #134
Comments
Same applies to linux mint 20, it should be treated as ubuntu focal |
I changed the install script to also check /etc/os-release for ID_LIKE (= "ubuntu") and UBUNTU_CODENAME (for mint 20 it's "focal"). This works fine for me in Linux Mint 20 Ulyana |
I just created a pull request #185 |
… for ID_LIKE and UBUNTU_CODENAME Signed-off-by: Peter Tandler <[email protected]>
Yes, we don't provide packages for that Linux distro; as mentioned above, it's possible that packages for other similar distros work, but we don't want to update the script to automatically "guess" something that "could" work, because no testing/verification is done on those distros, and we try to avoid "pretending" that it's supported / tested. Also see https://docs.docker.com/engine/install/#other-linux-distros My general recommendation would be to;
Maybe (to be discussed) we could consider a manual "I know what I'm doing" option that allows overriding these options (e.g. as suggested in #229, or a I'm closing this ticket for now, but feel free to continue the conversation or to open a ticket with a proposal for alternatives. |
Although the Linux Mint 19.1 is based on Ubuntu 18.04, the docker-install script recognize this distribution as a debian buster/sid.
This was working until recently but started to give me some problems when using vscode, see comment microsoft/vscode-remote-release#1041 (comment)
The
https://get.docker.com | sh
, when running from a Linux Mint 19.1 should add the ubuntu bionic repo instead of debian buster.The text was updated successfully, but these errors were encountered: