···28 You still need to set the <literal>image</literal> attribute, as it
29 will be used as the image name for docker to start a container.
30 '';
31- example = literalExpression "pkgs.dockerTools.buildDockerImage {...};";
32 };
3334 login = {
···28 You still need to set the <literal>image</literal> attribute, as it
29 will be used as the image name for docker to start a container.
30 '';
31+ example = literalExpression "pkgs.dockerTools.buildImage {...};";
32 };
3334 login = {