docker: Minor improvements, fix failing test

- Replace usage of deprecated CLI flag `--daemon`
- Introduce `storageDriver` option for module
- Fix failing test by using `overlay` storage driver
This commit is contained in:
Ragnar Dahlén
2015-09-04 00:23:38 +01:00
parent 66429fa043
commit 9bfe92ecee
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ import ./make-test.nix ({ pkgs, ...} : {
{ config, pkgs, ... }:
{
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "overlay";
};
};