Docker and serverless
How will Docker benefit us? When dealing with application development, Docker can be used to simplify the development toolchain. We can pack everything we need to write serverless applications into a single container image and let the whole team use it. This ensures consistency of tool versions and ensures they will not mess up our development machines.
We will then use Docker to prepare our infrastructure. Actually, the term serverless means developers should not maintain their own infrastructure. However, in cases where the public cloud is not an option, we can use Docker to simplify infrastructure provisioning. Using the same architecture as the third-party serverless platforms on our company's infrastructure, we ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access