I have a problem on my server with a Docker. When I want to run a example image hello-world. I receive an error from console.
root@physsrv1:~# docker run hello-world
docker: Error response from daemon: oci runtime error: could not create session key: too many links.
Where is the problem?
Docker version:
Client:
Version: 1.12.0
API version: 1.24
Go version: go1.6.3
Git commit: 8eab29e
Built: Thu Jul 28 21:40:59 2016
OS/Arch: linux/amd64
Server:
Version: 1.12.0
API version: 1.24
Go version: go1.6.3
Git commit: 8eab29e
Built: Thu Jul 28 21:40:59 2016
OS/Arch: linux/amd64
Server:
root@physsrv1:~# uname -a
Linux physsrv1 3.16.6-042stab116.2 #1 SMP Fri Jun 24 15:33:57 MSK 2016 x86_64 GNU/Linux
Thanks for help. :)