Skip to content

Instantly share code, notes, and snippets.

@yimeng
Created April 24, 2018 07:26
Show Gist options
  • Save yimeng/318a09651546660b7bcba67d50c165ae to your computer and use it in GitHub Desktop.
Save yimeng/318a09651546660b7bcba67d50c165ae to your computer and use it in GitHub Desktop.
docker smokeping run command
docker run \
--name smokeping \
-p 8888:80 \
-v /data/smokeping/data:/data \
-v /data/smokeping/config:/config \
-e TZ=Asia/Shanghai \
-d linuxserver/smokeping
@yimeng
Copy link
Author

yimeng commented Apr 24, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment