Remix.run Logo
mystifyingpoi 2 hours ago

> and we sometimes resign ourselves to the limitations of docker build and friends

What are the limitations of `docker build`?

spockz 2 hours ago | parent [-]

Creating multi arch builds for starters. Maybe creating image from just composing layers instead of “running” a Dockerfile? The first I find cumbersome and is easily overcome by using buildx.

I haven’t tried lately, but I think running a build still requires running a docker engine. Buildx has builders that run as containers.