From 7ac9613d152e760b584270ee290fcfada6696668 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 30 Sep 2023 16:01:06 +0500 Subject: [PATCH] readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c41710a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ + + +## Multi-arch support +- You maybe need to run this command to get buildx working properly, I do not know why. +```bash +docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 +``` +- You will need to set these variable before running build +```bash +export COMPOSE_DOCKER_CLI_BUILD=1 +export DOCKER_BUILDKIT=1 +``` +Enable (1) or disable (0) BuildKit builds + +#### Building new container +- `cd` into a folder and run +```bash +docker compose build +```