mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
oci-containers: fix imageFile example
This commit is contained in:
parent
c1641865d8
commit
7f6a2d5663
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ let
|
||||||
You still need to set the <literal>image</literal> attribute, as it
|
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.
|
will be used as the image name for docker to start a container.
|
||||||
'';
|
'';
|
||||||
example = literalExpression "pkgs.dockerTools.buildDockerImage {...};";
|
example = literalExpression "pkgs.dockerTools.buildImage {...};";
|
||||||
};
|
};
|
||||||
|
|
||||||
login = {
|
login = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue