Is there any impact on performance when moving a kdb app inside a docker container?

I am planning to move a q app inside a Docker container. I am doing this so migrations are easier in the future. I am worried that having the tps inside the container might affect throughput. I am also worried that reading and writing idbs/hdbs might be slower from inside the container? Are there any articles exploring the impact on performance when moving a q app/process in a Docker container?

We also have a couple of NFS disks as well . I know that performance can degrade significantly for these.