shopware / development

MIT License
191 stars 170 forks source link

Cannot start service cypress - wsl2 --ipc=host #101

Closed GaboCapo closed 4 years ago

GaboCapo commented 4 years ago

Hello, I would like to use wsl via docker. Unfortunately comes with the command ./psh.phar Docker: Start the following Error:

`Starting 13ebe25daec0_development_cypress_1 ... error

    ERROR: for 13ebe25daec0_development_cypress_1  Cannot start service cypress: /dev/shm is not mounted, but must be for --ipc=host

    ERROR: for cypress  Cannot start service cypress: /dev/shm is not mounted, but must be for --ipc=host
    Encountered errors while bringing up the project.

Execution aborted, a subcommand failed!`

maybe someone has a tip on how to solve it.

best regards

GaboCapo commented 4 years ago

in the docker-compose.yml file i delete the line with the entry: " ipc: host " Now it works.