iximiuz / docker-to-linux

Make bootable Linux disk image (ab)using Docker
https://iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-image/
669 stars 93 forks source link

Create Multiple Partitions #22

Closed redxking closed 2 years ago

redxking commented 3 years ago

Is there a way to make multiple partitions? I'd like to break up the drive into three different partitions

iximiuz commented 3 years ago

Hi! While, theoretically, it's doable, I don't see a good fit for such functionality in docker-to-linux. The project was meant to accompany a blog post and serve solely an educational purpose. I'd like to keep it as simple as only possible to illustrate the main idea - converting a container into a VM image.