polygott
polygott copied to clipboard
installation setup issue ?
when build the project using the make image command showing error like below code?
$** make image**
mkdir -p "build/stamps/"
mkdir -p "build/"
docker buildx build
--progress=plain
--cache-from="docker.io/replco/polygott-cache:phase0"
--cache-to="type=inline,mode=max"
--target="polygott-phase0"
--tag="polygott:phase0" \
--load
- < build/context.tar.bz2
failed to get console mode for stdin: The handle is invalid.
error during connect: Get http://node-amd64:2375/v1.24/containers/buildx_buildkit_mybuild0/json: dial tcp: lookup node-amd64: no such host
make: *** [build/stamps/build-layer-phase0] Error 1