Hi All, I'm at the beginning of my spryker in dock...
# docker
h
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 <tag>. 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
a
Huh… haven’t ever tried to do that…. what OS are you on… Usually just build them or reset
Copy code
docker/sdk boot deploy.dev.yml
docker/sdk up
Copy code
docker/sdk reset
docker/sdk up --data
Whats the use case for exporting them?