Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


install container

1a- Install docker on linux
pull the containersudo docker pull linuxserver/smokeping
just runĀ 
docker run
sudo docker run -d \
--name=smokeping \
-e PUID=1000 \
-e PGID=1000 \
-p 8080:80 \
-v /path/to/config:/config \
--restart unless-stopped \
linuxserver/smokeping







  • No labels