aboutsummaryrefslogtreecommitdiff
path: root/server/szuru-admin
diff options
context:
space:
mode:
authorSkybbles2022-03-28 16:17:56 -0400
committerShyam Sunder2022-03-30 22:47:03 -0400
commit79d0efc25b42d5c750743bd9c0d6c0d18df8e147 (patch)
tree05b9b704c8aede7dd5c3454ca9668a4222ebe4b3 /server/szuru-admin
parent929071ea1a57dfd8ba48d487b4465418b633a04c (diff)
doc: added BuildKit flags fix to INSTALL.md
Added this because recently, there have been more problems with `docker-compose build` where it errors: ERROR: Service 'server' failed to build: failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument Recent Docker versions have switched to using `buildx` (BuildKit) to build containers, but that needs to be enabled, either in `daemon.json` or through an environment variable. But since we are using Docker Compose, it doesn't pass it to Docker; so the environment variable needs to be set. At least that's what I've heard and figured out sweat_smile My explanation might be very wrong - but it works :)
Diffstat (limited to 'server/szuru-admin')
0 files changed, 0 insertions, 0 deletions

© 2015 - 2026 Jakob L. Kreuze