
docker
Multi-Container Application Deployment with Docker
Today we want to create a Docker real application involving multiple container, then push to public repository and use those images to deploy an application in an AWS EC2 instance. Before start, you can take a look at previous posts about Docker: * Docker – A New Way for Shipping Application * Basic