From 9bfe92ecee3359576093cfb534adbec13dcbd580 Mon Sep 17 00:00:00 2001 From: Ragnar Dahlén Date: Fri, 4 Sep 2015 00:18:19 +0100 Subject: 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 --- nixos/tests/docker.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/tests/docker.nix') diff --git a/nixos/tests/docker.nix b/nixos/tests/docker.nix index babb2b8e00eb..034dcb04adfd 100644 --- a/nixos/tests/docker.nix +++ b/nixos/tests/docker.nix @@ -11,6 +11,7 @@ import ./make-test.nix ({ pkgs, ...} : { { config, pkgs, ... }: { virtualisation.docker.enable = true; + virtualisation.docker.storageDriver = "overlay"; }; }; -- cgit 1.4.1