yunabe/lgo

Cannot run with docker-compose on MacOS

Closed this issue · 1 comments

bash-3.2$ git clone https://github.com/yunabe/lgo.git
Cloning into 'lgo'...
remote: Counting objects: 1186, done.
remote: Compressing objects: 100% (180/180), done.
remote: Total 1186 (delta 73), reused 150 (delta 49), pack-reused 943
Receiving objects: 100% (1186/1186), 915.45 KiB | 1.06 MiB/s, done.
Resolving deltas: 100% (570/570), done.
bash-3.2$ cd lgo/docker/jupyter
bash-3.2$ docker-compose up -d
Creating network "jupyter_default" with the default driver
Building jupyter
Step 1/3 : FROM yunabe/lgo:latest
ERROR: Service 'jupyter' failed to build: Get https://registry-1.docker.io/v2/yunabe/lgo/manifests/latest: unauthorized: incorrect username or password

Please nevermind, forgot to docker login...