Created
November 24, 2021 14:04
-
-
Save koehnlein/08170fb158d8865abb317e9bf1c35642 to your computer and use it in GitHub Desktop.
ddev diagnostic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OS Information: Darwin Albrechts-MacBook-Pro.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64 | |
User information: uid=501(albrechtkoehnlein) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),398(com.apple.access_screensharing),399(com.apple.access_ssh),400(com.apple.access_remote_ae),701(com.apple.sharepoint.group.1) | |
ITEM VALUE | |
DDEV version v1.18.1 | |
architecture amd64 | |
db drud/ddev-dbserver-mariadb-10.3:20211017_mysql_arm64 | |
dba phpmyadmin:5 | |
ddev-ssh-agent drud/ddev-ssh-agent:v1.18.0 | |
docker 20.10.10 | |
docker-compose v2.1.1 | |
mutagen 0.12.0 | |
os darwin | |
router drud/ddev-router:v1.18.0 | |
web drud/ddev-webserver:v1.18.1 | |
docker location: lrwxr-xr-x 1 root admin 54 23 Nov 12:16 /usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker | |
Docker Desktop Version: Docker Desktop for Mac 4.2.0 build 70708 | |
======= Mutagen Info ========= | |
======= Docker Info ========= | |
Docker disk space: | |
Filesystem Size Used Available Use% Mounted on | |
overlay 58.4G 11.9G 43.6G 21% / | |
The ddev-ssh-agent container has been removed. When you start it again you will have to use 'ddev auth ssh' to provide key authentication again. | |
Existing docker containers: | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
3c8af288b2a6 portainer/portainer "/portainer" 23 hours ago Up 23 hours 0.0.0.0:8000->8000/tcp, 0.0.0.0:9001->9000/tcp portainer | |
Creating a new ddev project config in the current directory (/Users/albrechtkoehnlein/tmp/tryddevproject-1092) | |
Once completed, your configuration will be written to /Users/albrechtkoehnlein/tmp/tryddevproject-1092/.ddev/config.yaml | |
Found a php codebase at /Users/albrechtkoehnlein/tmp/tryddevproject-1092 | |
Project type has no settings paths configured, so not creating settings file. | |
Configuration complete. You may now run 'ddev start'. | |
Starting tryddevproject-1092... | |
Container ddev-ssh-agent Creating | |
Container ddev-ssh-agent Created | |
Container ddev-ssh-agent Starting | |
Container ddev-ssh-agent Started | |
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys. | |
Pushed mkcert rootca certs to ddev-global-cache/mkcert | |
Container ddev-tryddevproject-1092-db Creating | |
Container ddev-tryddevproject-1092-db Created | |
Container ddev-tryddevproject-1092-web Creating | |
Container ddev-tryddevproject-1092-dba Creating | |
Container ddev-tryddevproject-1092-dba Created | |
Container ddev-tryddevproject-1092-web Created | |
Container ddev-tryddevproject-1092-db Starting | |
Container ddev-tryddevproject-1092-db Started | |
Container ddev-tryddevproject-1092-web Starting | |
Container ddev-tryddevproject-1092-dba Starting | |
Container ddev-tryddevproject-1092-dba Started | |
Container ddev-tryddevproject-1092-web Started | |
Container ddev-router Creating | |
Container ddev-router Created | |
Container ddev-router Starting | |
Container ddev-router Started | |
Project type has no settings paths configured, so not creating settings file. | |
Project type has no settings paths configured, so not creating settings file. | |
Successfully started tryddevproject-1092 | |
Project can be reached at https://tryddevproject-1092.ddev.site https://127.0.0.1:50060 | |
+ curl -I tryddevproject-1092.ddev.site | |
HTTP/1.1 200 OK | |
Server: nginx/1.20.1 | |
Date: Wed, 24 Nov 2021 14:02:33 GMT | |
Content-Type: text/html; charset=UTF-8 | |
Connection: keep-alive | |
Vary: Accept-Encoding | |
+ set +x | |
Thanks for running the diagnostic. It was successful. | |
Please provide the output of this script in a new gist at gist.github.com | |
Running ddev launch in 5 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment