Skip to content

Restarted Docker daemon hangs when starting previously paused container #12797

Description

@lexandro

Description of problem:
Docker daemon stops operating normally when I restart the daemon with a paused container and try to unpause/start the container again.

docker version:
Client version: 1.6.0
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 4749651
OS/Arch (client): linux/amd64
Server version: 1.6.0
Server API version: 1.18
Go version (server): go1.4.2
Git commit (server): 4749651
OS/Arch (server): linux/amd64

docker info:
Containers: 1
Images: 62
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 70
Dirperm1 Supported: true
Execution Driver: native-0.2
Kernel Version: 3.16.0-34-generic
Operating System: Ubuntu 14.10
CPUs: 4
Total Memory: 31.38 GiB
Name: lexandro-ubuntu
ID: LVT7:77ZC:2YT4:SVLB:UXUA:BJRV:LCOQ:OWEO:KBYK:DF44:WIT3:ECWQ
WARNING: No swap limit support

uname -a:
Linux 3.16.0-34-generic #47-Ubuntu SMP Fri Apr 10 18:02:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Environment details (AWS, VirtualBox, physical, etc.):
physical

Steps to Reproduce:

  1. docker run -itd --name tester busybox sleep 99999
  2. docker pause tester
  3. sudo service docker restart
  4. docker ps -a (optional :) )
  5. docker start tester
  6. docker hangs...

Actual Results:
Console hangs, no interaction via CLI or remote API anymore, docker ps is not working, but docker images returns the list.

Expected Results:
Starting the paused/stopped container again, operating normally

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions