quick-keyboard-83126
07/26/2022, 10:44 PMdocker buildx build --platform linux/amd64
(on m1) being fairly annoying? Namely, I don't have a local registry (I suppose I could add one), and I need a local image w/ an extra piece of software. But:
WARNING: No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --loadAnd I don't have the bandwidth to upload my patched image to a registry just so i can download it so i can use it.
fast-garage-66093
07/26/2022, 11:29 PMbats
setup is still work-in-progress, but that script works, and creates a registry.internal
that runs on the same container runtime, and even has trusted certs (because the certs only need to be trusted inside the same VM).$CRCTL
is either docker
or `nerdctl`; the script works for bothhundreds-crowd-93261
07/27/2022, 3:23 AM