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

Docker not responding #501

Closed
rokcarl opened this issue Sep 2, 2016 · 5 comments
Closed

Docker not responding #501

rokcarl opened this issue Sep 2, 2016 · 5 comments

Comments

@rokcarl
Copy link

rokcarl commented Sep 2, 2016

Expected behavior

I do docker ps, I get a listing.

Actual behavior

I do docker ps and wait forever, nothing happens. I've also restarted the engine and tried again.

Information

Diagnostic ID: 34CF52A1-7D50-436A-8307-AAAA3FC0F896
Docker for Mac: 1.12.0 (Build 10871)
macOS: Version 10.11.6 (Build 15G31)
[ERROR] docker-cli
docker ps failed
[OK] app
[OK] moby-syslog
[OK] disk
[OK] virtualization
[OK] system
[OK] menubar
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux

Steps to reproduce

No idea.

@rokcarl
Copy link
Author

rokcarl commented Sep 2, 2016

Restaring the computer restored things to normal.

@adamj88
Copy link

adamj88 commented Sep 4, 2016

I'm having the same issue, however rebooting does not resolve this. docker-compose ps and docker-compose up take forever to do anything.

@pwright08
Copy link

pwright08 commented Sep 7, 2016

To get docker-cli to start working again when this happens I have to:

  1. Quit Docker (from the icon on the task bar)
  2. Run the following in terminal:
    ps aux | grep docker | grep root | awk {'print $2'} | xargs sudo kill
  3. Start the Docker app again

@mchiang0610
Copy link

Dupe of #119.

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants