d2vm icon indicating copy to clipboard operation
d2vm copied to clipboard

Build Virtual Machine Image from Dockerfile or Docker image

Results 6 d2vm issues
Sort by recently updated
recently updated
newest added

Absolutely love the idea of scripting the installation of my distro though docker. This could especially be useful when attempting to run a immutable base distro which uses containers for...

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

Theoretically this should be possible as container images run using hyper-v on consumer editions of windows. Assuming this is PR welcome

help wanted

to fix #55 What this PR did: 1. mkfs.ext4 -O ^has_journal,^metadata_csum for ubuntu12, 14 2. restore initctl for ubuntu12, 14 3. setup ttyS0 for ubuntu12, 14 4. control packages by...

Hi, If I enable `--bootloader grub-bios` this happens: ![image](https://github.com/user-attachments/assets/083d5fb2-911d-4b89-bcf1-fc657f0b4af6) It's looking in a non-existent path. Any ideas where I could look? Thanks.

I have made some attempts and solved some issues with mkfs.ext4 (-O ^has_journal,^metadata_csum), but I still can't boot. Please help me. It hangs on /sbin/init: ``` Begin: Running /scripts/init-bottom ......