551db14 inventory: Use 'docker rm' when cleaning up

Authored and Committed by stefw 6 years ago
    inventory: Use 'docker rm' when cleaning up
    
    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.