Hi,
I have been trying to pull the docker image using the commands provided in the description but I couldn't.
When I try this command:
docker run --rm -it -v $(pwd):/go/src/dfinity/beacon -w /go/src/dfinity/beacon dfinity/build-env:latest
I get the following error:
Unable to find image 'dfinity/build-env:latest' locally
docker: Error response from daemon: pull access denied for dfinity/build-env, repository does not exist or may require 'docker login'.
See 'docker run --help'.
any suggestions on how to solve this issue?
Thank you!
Hi,
I have been trying to pull the docker image using the commands provided in the description but I couldn't.
When I try this command:
I get the following error:
any suggestions on how to solve this issue?
Thank you!