Tuesday, November 25, 2014

Docker Issue - Cannot Start Container

While working with Docker have stuck on a machine where following message was encountered -

Error response from daemon: Cannot start container 1fd512be54352c4c14c49d01e910b5e71f523265e9117efaa4eff7f633b919b9: write /cgroup/cpu/docker/1fd512be54352c4c14c49d01e910b5e71f523265e9117efaa4eff7f633b919b9/cgroup.procs: invalid argument

Steps that we were trying while got this error:

1.  docker pull busybox
2.  docker run -i -t busybox echo Hello

resulted into the error quoted above

Tried on another CentOS 6.6 machine where on executing the same steps we didn't get this error.
Only difference that we were able to spot was the difference of Kernel version.

Kernel version where the issue was seen = Linux gsehgal-centos 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Kernel version where this issue was not seen = Linux no1010042129196.corp.adobe.com 2.6.32-504.1.3.el6.x86_64 #1 SMP Tue Nov 11 17:57:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux


No comments:

Post a Comment