cloudymax / pxeless

An automated system install and image customization tool for when PXE is not an option, or is not an option yet.
MIT License
108 stars 16 forks source link

Add pxeless to docker image #16

Closed lmunch closed 1 year ago

lmunch commented 1 year ago

Add pxeless aka create_image.sh to docker image as entrypoint. This will make the container image on Docker Hub easier to use.

GNUPGHOME is set to TMPDIR, which should be safe as it is created with u+rwx, to allow for non-root user to use the container.

Updated the README example accordingly.

By coincidence this also fixes #10

cloudymax commented 1 year ago

The changes look good 👍
I think these settings better reflect the desired workflow from others who are using the tool as well. (#10 being an example)

Approved, and much appreciated 😄