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