liflab / cornipickle

Versatile web application testing tool
4 stars 3 forks source link

Add docker support 🐳 #35

Closed JPLemelin closed 6 years ago

JPLemelin commented 6 years ago

Add docker support, for now it only support build and execute (no remote debugging with the container)

Build

docker build . --tag cornipickle

Run

docker run -it -p10101:10101 cornipickle

:whale:

sylvainhalle commented 6 years ago

Thanks for this addition!