/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

avilpage.com
| | philiplaine.com
2.1 parsecs away

Travel
| | It has been an issue for a long time to run Docker images on multiple architectures. I remember the first time I got the idea to install Docker on my Raspberry Pi and I realized quickly that what I was trying to do would not work. The issue of course was that I was trying to use an AMD64 compiled Docker image on a ARM 32 bit CPU. Anyone who works with any lower level languages would call me an idiot for realizing this sooner than later. I would agree with them. Docker just seems to work like magic, running on most machines without any issue, like running Linux containers on Windows. One thing that has not been easy though is building Docker images on one type of CPU and running them on another.
| | alexos.dev
2.5 parsecs away

Travel
| | My blog about interesting technology - and in particular Cloud Platforms & Services, and my experiences with them
| | bioconductor.github.io
2.2 parsecs away

Travel
| | Build and test for Linux ARM64 with Docker on x86_64 host
| | zorbash.com
18.2 parsecs away

Travel
| [AI summary] A technical guide demonstrating how to use Docker multi-stage builds and the Distillery tool to create lightweight, optimized images for deploying Elixir applications.