pact icon indicating copy to clipboard operation
pact copied to clipboard

Create a docker image for easily running (or building) pact

Open mightybyte opened this issue 7 years ago • 2 comments

It might be nice, especially when it comes to supporting more operating systems if people could get running with something simple like:

docker run kadena.io/pact

mightybyte avatar Jun 03 '18 17:06 mightybyte

Hi I created a docker file

gist link

docker run -p 8080:8080 <image_id>

with this you can send rest requests to pact api endpoints

emremp avatar Dec 24 '18 13:12 emremp

Thanks for the contribution @emremp! We'll take a look and discuss it.

emilypi avatar Dec 24 '18 18:12 emilypi