-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
NoneType is not callable when ctrl-c twice for kill #620
Comments
I'm also getting this error pretty regularly now. Have tried rebuilding with
|
@chriscohoat I believe this is unrelated to the original issue (very different stack traces), but is possibly easier to track down. Could you paste your I suspect you have something like |
@samphippen is this something you're able to reproduce, or a one-time occurrence? From the stack trace it looks like an error pretty deep in a core module. Did it end up killing all the containers or did this crash prevent it from killing some? |
@samphippen you are absolutely correct, my fig.yml had |
Yes, in my case, I had an empty environment in
|
I think I found a similar issue with docker-compose. Let me know if not directly related and I'll open a separate issue.
and my
It seems to work fine when I add a period (
|
Got the same problem, reinstalled compose and boot2docker, but it was just a malformed docker-compose.yml... |
There area few different issues being reported here. The config validation issues should be resolved by #129 in the 1.5.0 release. |
got this error when trying to shut down my project.
The text was updated successfully, but these errors were encountered: