|
|
|
|
|
by leoqa
643 days ago
|
|
Orthogonal rant: Podman allows host mounts during image build, whereas docker does not. Ran into a big headache where a monorepo using podman leveraged this to create container images from source and the equivalent docker implementation had to copy the monorepo into the docker build context every time. We needed to use Docker for M1 support (probably should've tried Colima, etc). |
|