dokku-redis
dokku-redis copied to clipboard
redis:start fails to start ambassador
Description of problem
When a Redis instance that has expose is stopped (redis:stop) the ambassador is correctly stopped but a dokku redis:start will not start ambassador giving error
How reproducible
Steps to Reproduce
- dokku redis:create redis-test
- dokku redis:expose redis-test
- dokku redis:stop redis-test
- dokku redis:start redis-test
Actual Results
=====> Starting container Error response from daemon: Cannot link to a non running container: /dokku.redis.redis-test AS /dokku.redis.redis-test.ambassador/redis Error: failed to start containers: dokku.redis.redis-test.ambassador
Expected Results
=====> Starting container =====> Container started