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..

Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk

Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk on his linux system and everything went ok. But now that everything is installed, when he enters one of the local addresses in his browser, the page won't load. Does someone know what the problem is? I work on a Windows System and everything works fine.

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    What does it mean won't load? Is there any error in the browser? Like error_network_changed for example?

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    I'll ask, one second

  • Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    maybe he is missing /etc/hosts entries

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    No, the host entries are in the correct file. That was the first thing I asked him

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    @valerii.trots the message he gets is:
    The site can't be reached

  • Sprykee Posts: 145 πŸ§‘πŸ»β€πŸš€ - Cadet

    perhaps it’s about the protocol: is the site available via http/https?

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited July 2020

    Is he using latest master of spryker/docker-sdk or just one of some past releases?

    In current master http\https shouldn't be a problem as there is a redirect now AFAIK.

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    The message is on http and https and we cloned the master branch of spryker/docker-sdk

  • Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    did he get any failures during docker/sdk up? Did he bootstrap the correct environment?

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    Right now he's running the bootstrap again, I hope it works afterwards, I'll tell you if we find something new.

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet

    Even running bootstrap again makes no difference.

  • Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    hard to help without being behind the system but this error regularly occurs when url/domain is wrong because reverse proxy do not know where to send a request

  • Posts: 19 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited July 2020

    Hey, we found something interesting. Two of the Docker Containers give an Exit Code 1.

    ```
    spryker_b2b_dev_frontend_1         /entrypoint.sh nginx -g da ...  Exit 1                                                           spryker_b2b_dev_gateway_1          nginx -g daemon off;            Exit 1
    ````

Welcome!

It looks like you're new here. Sign in or register to get started.