Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 335 Bytes

isod

A simple HTTP server to create config-drive iso images. So I don't have to install mkisofs everywhere.

Run the docker image

docker run -d -p 80:8080 kelseyhightower/isod:latest

Testing with curl

curl -o config-drive.iso -X POST http://isod.36containers.com/genisoimage --data-binary @cloud-config.yml