Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis:start fails to start ambassador #226

Open
UlTriX opened this issue Sep 26, 2023 · 0 comments
Open

redis:start fails to start ambassador #226

UlTriX opened this issue Sep 26, 2023 · 0 comments

Comments

@UlTriX
Copy link

UlTriX commented Sep 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants