ContainerSolutions / docker-cobbler

Cobbler in a Docker container
50 stars 29 forks source link

import iso image while building images itself #7

Closed ketank1000 closed 6 years ago

ketank1000 commented 6 years ago

Hi can we import the iso image it self when the cobbler images is been build

thijsschnitger commented 6 years ago

We decided not to because this would make the Cobbler image too large. You could run the image, import the iso (run make import) and then docker commit and use the resulting image.