A presentation at Docker Birthday #6 in in Aix-en-Provence, France by William Bartlett
Don’t install. Just run … docker run
We already know this for the local dev environment. We no longer install the database or middleware locally, we just run it as a container, as needed.
But do we build locally with a container?
This prez shows 3 examples of how to build apps with Docker containers.
The following resources were mentioned during the presentation or are useful additional information.
Repositories containing the source code demonstrated