I am trying to use a RHEL image for my project. Is there a way to create a base image with my RHEL 6's iso file? I am not using Fedora as it is beneficial for my project to use the RHEL distribution instead.
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- CV2 Image Error: error: (-215:Assertion failed) !s
If you want a fair bit of control, you may want to look into the script in the Docker contrib repository on Github.
One of them is for "yum" based images, Centos in this case, but there's no reason it shouldn't work for RHEL.
It bootstraps itself through a series of YUM installs. If you look at the usage:
you can see that you can provide your own yum.conf, which you can set to use your ISO as source.