Multi-arch support
- Install emulator:
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-* #Uninstall existing
docker run --privileged --rm tonistiigi/binfmt --install all
- You MAY also need to set these variable before running build, depending on the docker version on host
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
Enable (1) or disable (0) BuildKit builds
Building new container
- cdinto a folder and run
docker compose build
Description
				
					Languages
				
				
								
								
									Shell
								
								86.7%
							
						
							
								
								
									Dockerfile
								
								13.3%