Skip to content
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

How to make subuser to support "docker-ce"? #347

Closed
diyism opened this issue Apr 12, 2019 · 5 comments
Closed

How to make subuser to support "docker-ce"? #347

diyism opened this issue Apr 12, 2019 · 5 comments

Comments

@diyism
Copy link

diyism commented Apr 12, 2019

How to make subuser to support "docker-ce"? because docker-io is so stone-age.

@timthelion
Copy link
Contributor

How does docker-ce differ in usage? What is broken?

@diyism
Copy link
Author

diyism commented Apr 15, 2019

Because that docker-io won't be supported by most latest linux systems, it will prevent users to intsall subuser successfully. For example, i'm using kali os or ubuntu os, after i downloaded subuser deb package from https://packages.debian.org/sid/all/subuser/download, and exec "gdebi subuser_0.6.2-3_all.deb", it will say: "This package is uninstallable Cannot install 'docker.io'" While i have install docker-ce in my os, docker-ce is already the newest version (5:18.09.53-0debian-buster).

@richard-delorenzi
Copy link

@diyism you should use apt install

@timthelion I think that @diyism's problem is with debian deb packages. subuser requires docker.io

It could probably be fixed by Debian (and docker the provider of docker-ce), by having package docker-ce, and docker.io provide docker-containers, and subuser require docker-containers

@dragon788
Copy link

You can have a flexible requirement of docker-ce || docker.io in the Debian control files I think, no need to mess with a 3rd virtual package just to satisfy the need for a docker binary the user can use.

@diyism
Copy link
Author

diyism commented Jul 3, 2020

You can have a flexible requirement of docker-ce || docker.io in the Debian control files I think, no need to mess with a 3rd virtual package just to satisfy the need for a docker binary the user can use.

Yes, we can re-package subuser: https://unix.stackexchange.com/a/534868/34654

@diyism diyism closed this as completed Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants