eea28f4 broke console support on ppc64le.
# runc run spec
Confirmed terminal: true is there in config.json
# runc run root
container_linux.go:247: starting container process caused "process_linux.go:384: container init caused \"ioctl(tty, tcgets): inappropriate ioctl for device\""
Reverted the above commit makes thing works again.
@cyphar FYI
eea28f4 broke console support on ppc64le.
# runc run specConfirmed terminal: true is there in config.json
# runc run rootcontainer_linux.go:247: starting container process caused "process_linux.go:384: container init caused \"ioctl(tty, tcgets): inappropriate ioctl for device\""Reverted the above commit makes thing works again.
@cyphar FYI