Description
The --dockerind support doesn't really work for docker containers that need access to the file system because the paths inside the Yetus container are different than the ones that dockerd expects/the host uses externally. In order to fix this, we should just change our setup such that (minimally) the $BASEDIR inside the container is the same as the $BASEDIR outside the container and maximally, dump /testptch for almost everything and just use the same paths inside our container.