What is the reason for Docker not reporting nice, idle, iowait, or irq CPU time?

CPU pseudo-files reports user cpu, system cpu and total cp usage.
And for metrics like nice, idle, iowait, or irq CPU time, there are no ways to get these values.

Docker stats command for CPU just reports percentage usage of total host capacity.

Is there any way to measure cpu wait time?