はじめに
docker execでコンテナの中に入ろうとした際、以下のようなエラーが吐かれ、中には入れなかった。
# docker exec -it redash_postgres_1 /bin/bash rpc error: code = 13 desc = invalid header field value "oci runtime error: exec failed: container_linux.go:247: starting container process caused \"process_linux.go:75: starting setns process caused \\\"fork/exec /proc/self/exe: no such file or directory\\\"\"\n" #
対処
yum updateしたら直った。。
原因
Dockerが古かった??