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 am trying to set up iris in my local machine
have issues running docker-compose pull
# Clone the iris-web repository
git clone https://github.com/dfir-iris/iris-web.git
cd iris-web
# Checkout to the last tagged version
git checkout v2.4.14
# Copy the environment file
cp .env.model .env
docker-compose pull
[+] Pulling 5/5
✔ worker Skipped - Image is already being pulled by app 0.0s
✘ rabbitmq Error Get "https://ghcr.io/v2/": tls: failed to verify certificate: x509: certificate signed by... 0.2s
✘ app Error Get "https://ghcr.io/v2/": tls: failed to verify certificate: x509: certificate signed by unkn... 0.2s
✘ db Error Get "https://ghcr.io/v2/": tls: failed to verify certificate: x509: certificate signed by unkno... 0.2s
✘ nginx Error Get "https://ghcr.io/v2/": tls: failed to verify certificate: x509: certificate signed by un... 0.2s
Error response from daemon: Get "https://ghcr.io/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority```
``` docker pull iriswebapp_app:v2.2.2
Error response from daemon: pull access denied for iriswebapp_app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied```
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to set up iris in my local machine
have issues running docker-compose pull
Beta Was this translation helpful? Give feedback.
All reactions