My containers aren't starting up on the second run because a pid file has been left behind in /var/run/.
I'm thinking of mounting /var/run/ on tmpfs is the way forward but that requires the container be run -privileged.
Is there a better way to deal with pid (and other temporary) files?