mac docker install
https://docs.docker.com/desktop/mac/apple-silicon/
https://genchan.net/it/virtualization/docker/13550/
=> ERROR copy /context / 4.2s
copy /context /:
failed to solve with frontend dockerfile.v0: failed to read dockerfile: Error processing tar file(gzip: invalid header):
Login Succeeded
解決策
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0
文章评论