I was trying to use the Docker build instructions to use that in a machine that has OptaneDC persistent memory modules, and I found that, at least the following packages seem to be missing:
ndctl
ipmctl
If those packages are not installed, the orterun command ends up hanging or failing altogether.
I believe that the proper way to handle that would be to add the installation of them into the daos/utils/docker/Dockerfile* files. Could this be patched into the repository? May I do a PR? Or I am looking into my problem from the wrong perspective maybe?