runc: add docker to passthru.tests

This commit is contained in:
zowoq
2020-11-23 08:43:08 +10:00
parent cdf6ffdf2e
commit a82d8ca64d
@@ -45,7 +45,7 @@ buildGoPackage rec {
installManPage man/*/*.[1-9]
'';
passthru.tests = { inherit (nixosTests) cri-o podman; };
passthru.tests = { inherit (nixosTests) cri-o docker podman; };
meta = with lib; {
homepage = "https://github.com/opencontainers/runc";