user-cont / conu

conu - python API for your containers
http://conu.readthedocs.io/en/latest/
MIT License
165 stars 33 forks source link

Add podman to test-requirements #306

Closed rpitonak closed 5 years ago

rpitonak commented 5 years ago

We want to run podman tests, implemented in #298 in our CI.

We need to add podman installation to test-requirements.

rpitonak commented 5 years ago

I tried it on CentOS machine and install podman using yum worked. So this should work:

elif [ "${NAME}" == "CentOS Linux" ]; then
    yum install -y docker make podman
fi
TomasTomecek commented 5 years ago

why not open a PR? :>