安装参考:https://www.myncic.com/archives/5043

1.使用

git clone https://github.com/zhuifengshaonianhanlu/pikachu下载

如果出错,将https改为git

2.创造镜像

docker build -t pikachu .(一定有.)

出错:

 

 解决方法:进入pikachu目录下,执行

sudo mv Dockerfile dockerfile

在执行一边命令就没问题啦

查看镜像是否成功:

 

 

3.启动pikachu

sudo docker run -d -p 8082:80 9c2d6b98d0c

4.进入浏览器页面:127.0.0.1/pikachu