runc: add docker to passthru.tests

This commit is contained in:
zowoq 2020-11-22 10:59:08 +10:00
parent cdf6ffdf2e
commit a82d8ca64d

View File

@ -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";