Closed lox closed 9 years ago
There was a typo in DOCKER_DAEMON_ARGS that meant the dind images were using docker defaults, which meant devicemapper, which causes issues with udev. This fixes those and adds a test for the dind daemon running.
DOCKER_DAEMON_ARGS
devicemapper
There was a typo in
DOCKER_DAEMON_ARGS
that meant the dind images were using docker defaults, which meantdevicemapper
, which causes issues with udev. This fixes those and adds a test for the dind daemon running.