brendandburns / kbp-sample

Sample app for Kubernetes best practices book from O'Reilly
99 stars 100 forks source link

Redis container image does not have /bin/bash #3

Open mjarmijo opened 4 years ago

mjarmijo commented 4 years ago

The redis server container, redis;5-alpine does not contain /bin/bash. As a result, the launch.sh script on page 13 fails. The fix is to change the script to #!/bin/sh

elie29 commented 4 years ago

@mjarmijo we need to delete -c from the command as well