Hello, I am having some trouble with my local docker environment currently.
For example running docker/sdk console queueworkerstart throws a segmentation fault error.
My current setup:
• Newly checked out b2c demo shop
• Mac OS version 10.15.6
• Docker version 20.10.7, build f0df350
• Docker Compose version 1.29.2, build 5becea4c
• Spryker b2c-demo-shop Branch 202009.0-p1
• Docker SDK version: master
After some try and error I decided to give it a try in windows and I run into the exact same error:
/home/spryker/bin/cli.sh: line 67: 17477 Segemntation fault bash --norc -c "${COMMAND}"
Windows setup:
• WSL2
• Windows 10.0.19042 Build 19042
• Docker version 20.10.7, build f0df350
• Docker Compose version 1.29.2, build 5becea4c
I used the standard commands to setup my environment:
• docker/sdk boot deploy.dev.yml
• docker/sdk up
Is there anything I am missing? Sometimes after stopping / resetting the project I can not even start it again because no demo data could be imported. Not even locales are created in the database.