Fresh build fails on mac mojave 10.14.5 (Docker 2.5.0.0)
Started up my Woocommerce setup after a month in hibernation and ran into http 500 when trying to browse the site - getting error logs of wp() being undefined.
Tried running a fresh setup by removing my current containers and running:
./clean.sh &&
./make.sh &&
./start.sh woocommerce-wordpress
The install looks fine but it fails to start. Sorry if this is an obvious mistake on my end, not that familiar with docker. It ends up running status-checks for http://woocommerce.wordpress.test indefinitely.
Yea, that issue was introduced with Docker 2.5.0+. We tried fixing this with the most recent patch, but it's still showing up. I can usually get around this by removing the containers and starting them again. Another workaround is downgrading Docker desktop.
Okay! Thank you for the swift response! I'll try what you suggested. Much obliged kind sir!
It'll still need fixing, workarounds aren't exactly userfriendly 😄 I'll reopen this to keep it on our radar.
Pulling latest patch from master resolved my issue while still using docker 2.5.0, thanks! Update: Although got to the same issue as in the start after runnning a while. Gonna try and reverting docker to pre 2.5.X
Oh, I have not tested this, but it seems that disabling "use gRPC FUSE" in Docker for Mac might also work around this:

Had to resolve to downgrading docker to 2.4.0
For mac:
- Close docker
- Download the image: https://docs.docker.com/docker-for-mac/release-notes/#docker-desktop-community-2400
- Open the dmg
- Drag into applications -> click replace
- Start docker + containers