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/
659 stars 92 forks source link

add support for tun/tap devices #14

Open pathcl opened 3 years ago

pathcl commented 3 years ago

Hello there,

Thanks for making this project opensource. Its really useful for me already!

Idea of this PR is to add network support. Not sure if we want all of them (nat/bridged/etc). For now already works if you have a 'docker0' interface which is pretty common I'd say.

Any ideas/feedback are appreciated :)

iximiuz commented 3 years ago

Hi Luis! Thank you very much for your contribution! Overall, it looks good to me and I'll be happy to merge this PR. Would you mind making some minor adjustments before I merge it? I left a few comments there.