Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh build fails on mac mojave 10.14.5 (Docker 2.5.0.0) #46

Open
ssolders opened this issue Nov 17, 2020 · 6 comments
Open

Fresh build fails on mac mojave 10.14.5 (Docker 2.5.0.0) #46

ssolders opened this issue Nov 17, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@ssolders
Copy link

ssolders commented Nov 17, 2020

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.

Screenshot 2020-11-17 at 09 45 13

@Djennez
Copy link
Member

Djennez commented Nov 17, 2020

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.

@Djennez Djennez added the bug Something isn't working label Nov 17, 2020
@ssolders
Copy link
Author

ssolders commented Nov 17, 2020

Okay! Thank you for the swift response! I'll try what you suggested. Much obliged kind sir!

@Djennez
Copy link
Member

Djennez commented Nov 17, 2020

It'll still need fixing, workarounds aren't exactly userfriendly 😄 I'll reopen this to keep it on our radar.

@Djennez Djennez reopened this Nov 17, 2020
@ssolders
Copy link
Author

ssolders commented Nov 17, 2020

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

@Djennez
Copy link
Member

Djennez commented Nov 17, 2020

Oh, I have not tested this, but it seems that disabling "use gRPC FUSE" in Docker for Mac might also work around this:
image

@ssolders
Copy link
Author

Had to resolve to downgrading docker to 2.4.0

For mac:

  1. Close docker
  2. Download the image: https://docs.docker.com/docker-for-mac/release-notes/#docker-desktop-community-2400
  3. Open the dmg
  4. Drag into applications -> click replace
  5. Start docker + containers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants