The issue this is addressing is that if somebody has
docker-ce installed but not docker.io with the
current recommends it will install podman. If
the user has docker-ce we don't want it to do that.
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
7884fae7f2d1dc2dbc717119844c5498e964d0f2)
Package: cephadm
Architecture: linux-any
-Recommends: podman (>= 2.0.2) | docker.io
+Recommends: podman (>= 2.0.2) | docker.io | docker-ce
Depends: lvm2,
${python3:Depends},
Description: cephadm utility to bootstrap ceph daemons with systemd and containers