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

[BUG] exo run doesn't make clear that a service has failed to start #108

Closed
BenElgar opened this issue Aug 6, 2021 · 2 comments · Fixed by #143
Closed

[BUG] exo run doesn't make clear that a service has failed to start #108

BenElgar opened this issue Aug 6, 2021 · 2 comments · Fixed by #143
Assignees
Labels
bug Something isn't working

Comments

@BenElgar
Copy link
Contributor

BenElgar commented Aug 6, 2021

When an exo run command fails it is unclear that this has happened in the UI.

To Reproduce
Steps to reproduce the behavior:

  1. Create a docker-compose file with an error, e.g.
services:
  alpine:
    image: "alpine"
    command: "notacommand"
  1. Run exo run docker-compose.yml
    This will output something equivalent to the following and not stop:
❯ dexo run docker-compose.yml
GUI available at: http://localhost:4000/#/workspaces/hah3yrwaa4mz7zp1sj275y5wkm

Expected behavior
Terminate the exo run with a non-zero status code or at least output an error message on stderr.

@BenElgar BenElgar added bug Something isn't working needs triage Incoming request that needs to be triaged and prioritized labels Aug 6, 2021
@brandonbloom
Copy link
Member

Related: #21

@kendru kendru removed the needs triage Incoming request that needs to be triaged and prioritized label Aug 9, 2021
@BenElgar
Copy link
Contributor Author

I'll note that docker-compose quits when all containers have terminated and provides an option to quit when any container terminates.

@kendru kendru removed their assignment Aug 10, 2021
@brandonbloom brandonbloom added this to the compose support milestone Aug 11, 2021
@BenElgar BenElgar self-assigned this Aug 11, 2021
@BenElgar BenElgar linked a pull request Aug 12, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants