Here is the full dockerfile.
FROM node:10.9.0-alpine
ENV NEWMAN_VERSION 4.1.0
RUN npm install -g newman@${NEWMAN_VERSION};
RUN npm install newman-reporter-html;
WORKDIR /etc/newman
CMD ["newman"]
Content type
Image
Digest
Size
39.4 MB
Last updated
about 8 years ago
docker pull jamiewang/postman