I did a fresh install of my rancher instance in v1.2.0 and recreated my stack from there.
- I cannot access the console of the running containers from the UI (no error message but nothing happens)
- I cannot access the running containers with a docker exec cmd, the error returned is
rpc error: code = 13 desc = invalid header field value “oci runtime error: exec failed: cannot exec a container that has run and stopped\n”
My host config:
centos 7.2
docker 1.12.3 (from the official docker repos)
kernel 3.10.0
└> docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built:
OS/Arch: linux/amd64
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built:
OS/Arch: linux/amd64