7 lines
201 B
Bash
7 lines
201 B
Bash
#!/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
|