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

Shell syntax error when containers have errors #6

Open
thsutton opened this issue Dec 2, 2014 · 0 comments
Open

Shell syntax error when containers have errors #6

thsutton opened this issue Dec 2, 2014 · 0 comments
Labels

Comments

@thsutton
Copy link
Contributor

thsutton commented Dec 2, 2014

docker wait $CONTAINER produces no output when there is no container called $CONTAINER. If this happens (it's happened to me while getting a build working) then there's a shell syntax error at:

https://github.com/anchor/docker-build/blob/master/base#L119

Fix it by wrapping the $RC in quotes.

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

Successfully merging a pull request may close this issue.

1 participant