-
So I am trying to spin up a drupal site and I can't get past
running the command in the specified directory changes nothing. if I try to ignore the fatal error and run
Any ideas? is this a bug or some crazy networking issue? btw im on arch linux. I ran |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Hi @visionm45 - Your DNS resolution isn't working inside your Docker on arch.
Perhaps you're on a VPN? If you try It also fails, right? |
Beta Was this translation helpful? Give feedback.
-
ah. thank you very much. It was a firewall on my hotspot. I didn't realize it. cheers! |
Beta Was this translation helpful? Give feedback.
-
mabe I should just try later when I am on a more stable internet? this is from the
|
Beta Was this translation helpful? Give feedback.
-
here is the output of ill have to spend some time later checking more of the ddev troubleshooting but I've done the basic stuff already except for trying on a different network. |
Beta Was this translation helpful? Give feedback.
It's Manjaro with VirtualBox installed. (I don't think there is anything wrong with it.)
Things I noticed:
91% disk space used on
/dev/nvme0n1p5
- better to give more space for Docker (probably not related to network problems, but anyway)Docker installed with snap found, better to remove that:
I myself use Manjaro and only install packages from repositories and AUR, never use snap, flatpak because they often have some problems.