sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Can not create Laravel stack on macOS #22

Closed C10ne closed 2 years ago

C10ne commented 3 years ago

I'm on macOS Big Sur v11.2.3.

Downloaded dmg file and installed v3.0.0 of the app. .docker-stacks directory is created in my ~. I select Laravel to add to deck, fill in the info and click "Save and deploy". "Configure and deploy stack" modal stays open, the button is disabled, but nothing else happens. Directory named as project is created in ~/.docker-stacks/apps. ~/.docker-stacks/stacks.json contains only empty array. Screenshots are provided.

Screenshot 2021-04-03 at 00 54 58 Screenshot 2021-04-03 at 00 55 11 Screenshot 2021-04-03 at 00 55 50 Screenshot 2021-04-03 at 00 55 55 Screenshot 2021-04-03 at 00 57 40
C10ne commented 3 years ago

I can create LEMP stack, but can't run it. The error is:

Building nginx
[+] Building 1.2s (4/4) FINISHED                                                                                        
 => [internal] load build definition from Dockerfile-7.4                                                           0.0s
 => => transferring dockerfile: 3.12kB                                                                             0.0s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 2B                                                                                    0.0s
 => ERROR [internal] load metadata for docker.io/library/alpine:3.9                                                1.1s
 => [auth] library/alpine:pull token for registry-1.docker.io                                                      0.0s
------
 > [internal] load metadata for docker.io/library/alpine:3.9:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch oauth token: unexpected status: 401 Unauthorized
ERROR: Service 'nginx' failed to build

Docker desktop is at latest version.

docker -v
Docker version 20.10.5, build 55c4c88
sfx101 commented 3 years ago

Hi @C10ne , the Laravel issue is resolved. Could you please try once again from your end? Thank you for reporting.