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
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.