Add Podman
parent
5185476d06
commit
b42b41cbc4
1 changed files with 10 additions and 0 deletions
10
Podman.md
Normal file
10
Podman.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## Example Healthcheck
|
||||||
|
|
||||||
|
```bash
|
||||||
|
podman run -d --name web \
|
||||||
|
--health-cmd='curl "http://192.168.250.250:3001/api/push/FHahMOAw7p?status=up&msg=OK&ping=" || exit 1' \
|
||||||
|
--health-interval=60s \
|
||||||
|
--health-timeout=3s \
|
||||||
|
--health-retries=3 \
|
||||||
|
nginx:alpine
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue