HI,
When i try to install the rancher docker image docker exits with errors.
I run the following auto generated command.
sudo docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher rancher/agent:v1.2.5 http://192.168.201.52:8080/v1/scripts/[SecretToken]
fatal error: procresize: invalid arg
runtime stack:
runtime.throw(0x1817d50, 0x17)
/usr/local/go/src/runtime/panic.go:527 +0x90
runtime.procresize(0x110, 0x0)
/usr/local/go/src/runtime/proc1.go:2713 +0xb0f
runtime.schedinit()
/usr/local/go/src/runtime/proc1.go:72 +0x110
runtime.rt0_go(0x7ffc1bf98138, 0x5, 0x7ffc1bf98138, 0x4003a0, 0x1106b9c, 0x0, 0x500000000, 0x7ffc1bf98138, 0x46e510, 0x4003a0, …)
/usr/local/go/src/runtime/asm_amd64.s:109 +0x132
The installation was done on CENT OS minimal with docker version 1.12 using the following rpm images that have been downloaded locally.
https://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-selinux-1.12.6-1.el7.centos.noarch.rpm
Any suggestions as to what i am doing wrong ?