添加启动脚本

This commit is contained in:
zhl 2019-04-03 10:10:49 +08:00
parent 822bbe1450
commit 07d4acc1e0

6
start.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
docker run -d -v /etc/localtime:/etc/localtime
-v /Users/zhl/Downloads/spider:/data/download
-v ./src:/data/service/src
-v ./config:/data/service/config
--name spider spider:latest