How to scale Docker containers in production
So I recently discovered this awesome tool, and it says "Docker is an
open-source project to easily create lightweight, portable,
self-sufficient containers from any application. The same container that a
developer builds and tests on a laptop can run at scale, in production, on
VMs, bare metal, OpenStack clusters, public clouds and more."
Let's say I have a docker image which runs Nginx and a website connects to
external database.
I am just wondering how to scale the container in production? A simple
google search gives not many related answers.
No comments:
Post a Comment