You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: