June 2016
Intermediate to advanced
600 pages
8h 6m
English
Although we’ve primarily been showing off local volume mounting for development and testing purposes, most customers don’t want to do local volume mounting in production, and instead want to copy all source code and dependencies directly into the container. This enables more isolation simplifies release management so that deployment is as easy as stopping and starting containers without having to manually sync or replace source code on the host virtual machine. To prepare your microservice for production, there are a set of common steps, you’ll take:
You’ll want to ensure that all required packages, tools, and dependencies that aren’t already in the base image are copied or downloaded ...
Read now
Unlock full access