Cannot access the console of containers created since v1.2.0

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

Actually that’s not true for all the containers, some of them (but cannot se a pattern for now) can be access (through the UI and with a docker exec)

This issue gives some context.

roger that, thanks for the pointer, I will subscribe to the github issue.