docker-to-linux icon indicating copy to clipboard operation
docker-to-linux copied to clipboard

Make bootable Linux disk image abusing Docker

Results 13 docker-to-linux issues
Sort by recently updated
recently updated
newest added

It works fine on a Mac M1 but since it doesn't run in native mode, without acceleration, the result is a bit slow. I try to get a working solution...

This is so weird, at the very end of the build (`make ubuntu`), something is calling `rm ubuntu.dir` (and failing), but I can't figure out what! Any ideas? ``` rm...

I've been trying to install docker in the alpine dockerfile, on my local copy of the repository: ```dockerfile FROM alpine:latest RUN apk add --no-cache linux-virt openrc docker RUN rc-update add...

Hi @iximiuz, Just wanted to get this up and viewable for my current progress. By no means is this ready for a merge but I'd like to discuss how we'd...

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...

Thanks for your code and great docs! I'm using this to create some forensics practice disk images. I found this repo early in my endeavor, however, I did not think...

Can you do the same with ubuntu 14.04 and grub2?

Performed the extraction of the tarball from the original docker container in the build docker. This allows calling tar as root and therefore uses the --preserve-permissions and --same-owner options by...