Running docker-in-docker with QEMU emulation produces some noisy errors #43355
Labels
area/runtime
kind/enhancement
Enhancements are not bugs or new features but can improve usability or performance.
NOTE: perhaps there's an existing issue for this already (I need to search), but posting the information in case we need it later 😂
For testing, I just started a
dind
container using--platform=linux/arm64
(on Docker Desktop, running on an Intel machine). This runs the container with QEMU to allow running containers with a non-matching architecture (on a "best effort" base).When doing so, multiple errors are printed, both in the daemon logs during startup, as well as when (e.g.) running
docker version
ordocker info
;So, generally, this is somewhat expected, but wondering if we;
sync.Once
wouldn't hurt for this).In case we want to write a test for this, here's the output of
/proc/cpuinfo
;The text was updated successfully, but these errors were encountered: