-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
DietPi-Software | Docker Compose #6142
Comments
Not sure if I understood you correctly but we download v2 version already.
|
Indeed Docker v1 was a Python module: https://pypi.org/project/docker-compose/#history The Docker Compose plugin is a wrapper for the binary we download, AFAIK there are no benefits. But installing it as an APT package has the benefit that upgrades can be done via APT and notifications about it shown in banner. It is also easier to install compared to first checking the latest version via GitHub API etc. I just learned about the package here: #6135 |
Sorry, did not read it thoroghly enough myself. Of course you download V2, but the whole installation as standalone binary (which I confused with V1, sorry for this) is deprecated: |
at the end it is the very same file download from
|
Yea, especially this will not be EoL in summer, sorry for this confusion. It is unclear what "This install scenario is no longer supported." means, other than they do not want to bother with issues you might have using this way. On the other hand I was/am used to the new style Thus I just would very kindly ask to review, if the install process as package simplifies your life and allows the user to use the "new style" |
They want to move end users who install Docker Compose manually over to the APT package, which makes sense. But otherwise, as said, the plugin is a wrapper for the very same binary. You can even call However, as said, the package has the benefit of being easier to update and get notified about available updates, hence the milestone I already applied to the linked issue to switch. Will do that later today. |
Thanks so much for your awesome work with DietPi and your very fast answers. I will take this as a reminder to not open issues after glancing in some documentation, but to really have a close look. And I look forward to using |
Migration done with: f95bd3a |
Creating a feature request
Is your feature request related to a problem? Please describe:
dietpi-software
helper and realized, I could not use it withdocker compose
but have to usedocker-compose
. This is, as you install the so called "V1" (see note on https://docs.docker.com/compose/) version of docker compose (DietPi/dietpi/dietpi-software
Line 10402 in dbfd976
docker compose
instead ofdocker-compose
), which is quite simple, as you justapt install
it (assuming, the docker-repo is configured, but this must be the case, as you do it for installing docker).Describe the solution you'd like:
The text was updated successfully, but these errors were encountered: