Expected behavior
Docker is fully functional
Actual behavior
After waking up my MacBook Pro from sleep mode, each docker command (i.e. docker ps
) is frozen forever but can be interrupted using Ctrl-C. After exiting Docker for Mac and starting it again, it’s fully functional again.
Information
MacBook Pro (13-inch Mid 2012)
2,9 GHz Intel Core i7
8 GB 1600 MHz DDR3
Macintosh SSD
Intel HD Graphics 4000 1024 MB
OS X: version 10.10.5 (build: 14F1509)
Docker.app: version v1.11.1-beta12
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Steps to reproduce the behavior
- Start Docker for Mac
- Use docker
- Put the mac to sleep for some time
- Open the MacBook Pro (wakes it up)
- Use docker (i.e.
docker ps
)