Cgroup scheduling

I would like to know is a there a way provide EDF scheduling of containers and also each process inside of containers?

I could see that sched_deadline which provides EDF scheduling can used inside of containers but coludn’t figure out a way for scheduling containers?

Any help is much appreciated.