-
Containers for sure aren't a replacement for VMs. And indeed, VMs still have and will have legitimate use cases. There is actually a relatively simple way to turn a container into a VM. Maybe you'll find it useful https://iximiuz.com/en/posts/from-docker-container-to-bootab...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
For testing purposes, you can create container environments that are similar to VMs.
The way I do it, is to use ansible playbooks, where the individual tasks can be run either on a VM or in a container, depending on my needs (one example https://github.com/raesene/container_sec_workstation)
-
It seems like it's usually down to musl's malloc being slower than glibc's. They are working on a new malloc. https://github.com/richfelker/mallocng-draft
Related posts
-
GitHub - iximiuz/docker-to-linux: Make bootable Linux disk image abusing Docker
-
Can Hashicorp Packer also create an ISO image with the docker plugin?
-
Iximiuz/Docker-to-Linux: Make bootable Linux disk image abusing Docker
-
Linux From Docker. Build custom Linux iso with Docker
-
Colima: Container runtimes on macOS (and Linux) with minimal setup