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 All, I'm at the beginning of my spryker in docker journey, so please be considerate of me. I have

Options
U02FFQ524NR
U02FFQ524NR Posts: 1 🧑🏻‍🚀 - Cadet

Hi All,
I'm at the beginning of my spryker in docker journey, so please be considerate of me.
I have successfully created a "Staging" environment and exported the final images via dockerr/sdk export images -t . But i didnt find a proper documentation how to bring up these exported images to a running app. (Got the FAIL WHALE! every time.)
Hope anyone can give me a hint. Thanks Sven

Comments

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet
    Options

    Huh… haven’t ever tried to do that…. what OS are you on…

    Usually just build them or reset

    docker/sdk boot deploy.dev.yml
    docker/sdk up
    
    docker/sdk reset
    docker/sdk up --data
    

    Whats the use case for exporting them?