install container | |
---|---|
1a- Install docker on linux | |
pull the container | sudo 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 |
General
Content
Integrations