Installing 'docker' on CentOS8 installs podman (and podman-docker). One cannot restart the service by calling 'docker' however.
Signed-off-by: David Galloway <dgallowa@redhat.com>
then
sudo yum -y install epel-release
sudo yum -y install docker jq
- sudo systemctl start docker
+ sudo systemctl start docker || sudo systemctl start podman
pull_request_id=${ghprbPullId:-$2}
workspace=${WORKSPACE:-$1}
else
then
sudo yum -y install epel-release
sudo yum -y install docker jq
- sudo systemctl start docker
+ sudo systemctl start docker || sudo systemctl start podman
pull_request_id=${ghprbPullId:-$2}
workspace=${WORKSPACE:-$1}
else