We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an exo run command fails it is unclear that this has happened in the UI.
exo run
To Reproduce Steps to reproduce the behavior:
services: alpine: image: "alpine" command: "notacommand"
exo run docker-compose.yml
❯ 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.
The text was updated successfully, but these errors were encountered:
Related: #21
Sorry, something went wrong.
I'll note that docker-compose quits when all containers have terminated and provides an option to quit when any container terminates.
docker-compose
BenElgar
Successfully merging a pull request may close this issue.
When an
exo run
command fails it is unclear that this has happened in the UI.To Reproduce
Steps to reproduce the behavior:
exo run docker-compose.yml
This will output something equivalent to the following and not stop:
Expected behavior
Terminate the
exo run
with a non-zero status code or at least output an error message on stderr.The text was updated successfully, but these errors were encountered: