···2828 You still need to set the <literal>image</literal> attribute, as it
2929 will be used as the image name for docker to start a container.
3030 '';
3131- example = literalExpression "pkgs.dockerTools.buildDockerImage {...};";
3131+ example = literalExpression "pkgs.dockerTools.buildImage {...};";
3232 };
33333434 login = {