I am not sure but https://serversforhackers.com has articles and video on using Docker.
How can I use docker to speed up CI builds?
This is a pretty specific question, but I figured asking some likeminded folks might get me farther than I've gotten via other channels.
I'm just getting started with Continuous Integration and want to leverage docker to speed up my builds. I've repurposed the scripts I found in another Laracasts thread that works great, but takes a while (8+ minutes) to run.
I'm a complete rookie when it comes to containerization, in spite of trying several attempts over the last couple years to wrap my head around it. Even understanding how little I do, I feel like I'm missing out on the utility of containers/docker as part of this process, so I have two questions:
Is there a simple way to pull in a Laravel Forge-ish docker container to run my tests against? Is there a guide/tutorial anyone can recommend for docker-driven ci written for someone who learns the "Laracasts Way"?
Please or to participate in this conversation.