This website requires JavaScript.
Explore
Help
Register
Sign In
docker-library
/
healthcheck
mirror of
https://github.com/docker-library/healthcheck.git
Watch
1
Star
0
Fork
You've already forked healthcheck
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abce2cc1dd
healthcheck
/
redis
/
docker-healthcheck
5 lines
63 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-eo pipefail
[
"
$(
redis-cli ping
)
"
=
'PONG'
]
Reference in New Issue
View Git Blame
Copy Permalink