Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


install container

1a- Install docker on linux
pull the containersudo docker pull linuxserver/smokeping
just runĀ 


Code Block
titledocker 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