airtasker / proxay

Proxay is a record/replay proxy server that helps you write faster and more reliable tests.
Other
72 stars 6 forks source link

Publish a container/docker image? #258

Open njam opened 4 years ago

njam commented 4 years ago

Proxay is great, thanks for creating it!

Would you consider publishing an official container/docker image? That could be useful for using proxay in CI for example.

I'm using this minimal Dockerfile which does the trick:

FROM docker.io/library/node:14-alpine

RUN yarn global add proxay
fwouts commented 4 years ago

Hi @njam, that sounds like a good idea. I'll see if we can make it happen :)