Quick and simple VMs with qemu
A guide to creating basic virtual machines using QEMU command line, covering CPU, memory, network, and architecture setup.
A guide to creating basic virtual machines using QEMU command line, covering CPU, memory, network, and architecture setup.
Explores techniques to reduce Docker image size, starting with multi-stage builds, static vs. dynamic linking, and introducing Alpine Linux.
Explains a .NET Core localization issue where currency symbols are missing when running in Docker Alpine images and provides a solution.