You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the steps from the "Parsec Quickstart - Docker" guide and get the following error with running on a Raspberry Pi 4 running Raspberry Pi OS 64-bit.
$docker run --rm --name parsec -it parallaxsecond/parsec-quickstart bash
Unable to find image 'parallaxsecond/parsec-quickstart:latest' locally
docker: Error response from daemon: pull access denied for parallaxsecond/parsec-quickstart, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Hi @sandeepmistry
Thank you for raising this issue and apologies for the late response.
The docker image is now pushed to the registry.
Can you please use ghcr.io/parallaxsecond/parsec-quickstart in place of parallaxsecond/parsec-quickstart?
The document needs to be updated for this.
Hi,
I'm trying the steps from the "Parsec Quickstart - Docker" guide and get the following error with running on a Raspberry Pi 4 running Raspberry Pi OS 64-bit.
The text was updated successfully, but these errors were encountered: