oci-containers: fix imageFile example

This commit is contained in:
Tristan
2021-12-04 10:23:58 +01:00
committed by Bjørn Forsman
parent c1641865d8
commit 7f6a2d5663
@@ -28,7 +28,7 @@ let
You still need to set the <literal>image</literal> attribute, as it
will be used as the image name for docker to start a container.
'';
example = literalExpression "pkgs.dockerTools.buildDockerImage {...};";
example = literalExpression "pkgs.dockerTools.buildImage {...};";
};
login = {