Skip to content

Commit

Permalink
docs: Docker CLI example
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 22, 2024
1 parent 85b7c92 commit 65479b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ services:
stop_grace_period: 1m
```
Via Docker CLI:
```bash
docker run -it --rm -p 8080:8080 --stop-timeout 60 dockurr/statping
```
<hr/>

<img style="margin-right:10px;float:left;width:320px;height:235px;" align="left" width="320" height="235" src="https://statping-ng.github.io/assets/external/statupsiterun.gif" />
Expand Down

0 comments on commit 65479b3

Please sign in to comment.