# Functions

CheckRunning checks that a container has been created, and is currently runningreturns an error if, e.g., docker is not installed.
ForceRemove is a wrapper around docker rm -f (image ...).