Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 207 Bytes

File metadata and controls

7 lines (6 loc) · 207 Bytes

Redis CLI Dockerfile

Usage

Single command:

docker run --rm=true shopigniter/redis-cli -h 1.2.3.4 ping

Interactive shell:

docker run -i -t --rm=true shopigniter/redis-cli -h 1.2.3.4