zhuifengshaonianhanlu / pikachu

一个好玩的Web安全-漏洞测试平台
Apache License 2.0
3.65k stars 735 forks source link

Add dockerfile #1

Closed Anemone95 closed 4 years ago

Anemone95 commented 4 years ago

I add a dockerfile for quick deploy.

yywing commented 4 years ago

DBNAME has some problem.

Anemone95 commented 4 years ago

Emmm, I don't think there is any problem. Since you can try docker build -t "pikachu" . && docker run -d -p8080:80 pikachu, and then visit "http://{docker-host}:8080/install.php" to install. After that anything works well.