#23 inventory: Use 'docker rm' when cleaning up
Merged by merlinm. Opened by stefw.
stefw/standard-test-roles docker-kill-rm  into  master

Download 23.patch

Certain older versions of docker do not like specifying both
--detach and --rm together on the run command line. So separate
out this step during cleanup.

This is a nice improvement that now allows the docker inventory script to also work on Fedora 25 in addition to F26.

Looks good and works for me.

Pull-Request has been merged by merlinm

Metadata