dokku-redis icon indicating copy to clipboard operation
dokku-redis copied to clipboard

redis:start fails to start ambassador

Open UlTriX opened this issue 2 years ago • 0 comments

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

  1. dokku redis:create redis-test
  2. dokku redis:expose redis-test
  3. dokku redis:stop redis-test
  4. 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

UlTriX avatar Sep 26 '23 16:09 UlTriX