Sign inSign up

jamiewang/postman

By jamiewang

Updated about 8 years ago

newman (postman) image

Image
0

430

jamiewang/postman repository overview

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"]

Tag summary

Content type

Image

Digest

Size

39.4 MB

Last updated

about 8 years ago

docker pull jamiewang/postman