Create image from ISO

I am trying to create a Docker image from a ISO that was created by our admins. Has anyone been successful in doing this? if so can you send me the procedures?
Thanks alot

You’d have to make a tar file of the ISO filesystem contents and then use docker load the tar file in the image.