# From upstream 2.6.17-32bit FROM redis:2.6.17-32bit # Add healthcheck HEALTHCHECK --interval=30s --timeout=3s \ CMD redis-cli PING