Skip to content

Commit

Permalink
Hardcode container ID in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Nov 13, 2023
1 parent 8bea3d1 commit 931e521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ app_setup_block: |
* Once running, the URL will be `http://<host-ip>/smokeping/smokeping.cgi`. For example, a full URL might look like `https://smokeping.yourdomain.com/smokeping/smokeping.cgi`.
* Basic setup: edit the `Targets` file to ping the hosts you're interested in to match the format found there.
* Wait 10 minutes.
* To reload the configuration without restarting the container, run `docker exec $CID pkill -f -HUP '/usr/bin/perl /usr/s?bin/smokeping(_cgi)?'`, where `$CID` is the container ID (e.g., `smokeping`).
* To restart the container, run `docker restart $CID`.
* To reload the configuration without restarting the container, run `docker exec smokeping pkill -f -HUP '/usr/bin/perl /usr/s?bin/smokeping(_cgi)?'`, where `smokeping` is the container ID.
* To restart the container, run `docker restart smokeping`, where `smokeping` is the container ID.
# changelog
changelogs:
Expand Down

0 comments on commit 931e521

Please sign in to comment.