-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
suggestion: rename podman service
to avoid conflict with docker service
#5108
Comments
We're trying to avoid running this as a daemon (using systemd socket-activation, and having a timeout on the command so it's not always on), so |
If so, we should do this quick, before we cut a 1.8.0 final and formalize the name in an official release |
@baude @rhatdan @vrothberg PTAL |
Or maybe |
Thanks for pointing that out, @AkihiroSuda ! |
Why would podman service conflict with docker.service? |
Podman is not listening by default at docker.sock, If you install podman-docker, it will create a linkfile between /run/docker.sock and /run/podman.sock. But podman-docker conflicts with docker-* packages. |
There's a |
So this is their replacement for dockerd? If it is, then podman service makes sense. Except for not listening on docker.sock? |
No, it's a swarm command, AFAIK - it launches a service via swarm |
Well we have said we will not support Docker swarm, does it matter we have the same name? |
Potential confusion? I'd prefer not to knowingly conflict with Docker commands if we can afford not to |
Fine, except that if we come up with a strange name for this service. |
|
|
Yes I like keeping it under system. |
Fixes containers#5108 Signed-off-by: Matthew Heon <[email protected]>
podman service
looks as if it was Podman's implementation ofdocker service
.I suggest renaming
podman service
topodman daemon
, because it seems actually reimplementation ofdocker daemon
that had existed in Docker 1.10 and prior versions.The text was updated successfully, but these errors were encountered: