Created
April 24, 2018 07:26
-
-
Save yimeng/318a09651546660b7bcba67d50c165ae to your computer and use it in GitHub Desktop.
docker smokeping run command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run \ | |
| --name smokeping \ | |
| -p 8888:80 \ | |
| -v /data/smokeping/data:/data \ | |
| -v /data/smokeping/config:/config \ | |
| -e TZ=Asia/Shanghai \ | |
| -d linuxserver/smokeping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/linuxserver/docker-smokeping