What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, we are trying to setup Docker in windows 10 OS and we are following the steps in the document

1235»

Comments

  • U01BH6ZNS8H
    U01BH6ZNS8H Posts: 80 🧑🏻‍🚀 - Cadet

    Also when I go to terminal and type console I get below error, do I need to install the suggested software.

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 🏛 - Council (mod)

    Hi @U01BH6ZNS8H Here is how you can get x-debug to work

    Open PHPStorm\VSCode and open cloned project hosted at \\wsl$\Ubuntu-20.04\home\{your_user}\b2c-demo-shop.
    Modify from PHPStorm\VSCode file docker/context/php/debug/etc/php/debug.conf.d/69-xdebug.ini 7 line to
    
    xdebug.remote_host=host.docker.internal
    
  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 🏛 - Council (mod)

    Regarding your console error: Console is something that only works within the docker container, so please start your docker container first:
    sudo docker/sdk up
    Then you can do
    sudo docker/sdk cli