February 2017
Intermediate to advanced
440 pages
8h 45m
English
Vagrant in Docker can be used more usefully to simulate traditional setups such as an application behind a load balancer or a reverse proxy. We've already set up NGINX, so what about using it as a front reverse proxy with a blog engine such as Ghost behind it? We'll end up by showing how to do something similar with docker-compose.
To step through this recipe, you will need the following:
The previous example allows only one container to be launched simultaneously, which is sad considering the power of Docker. Let's define multiple containers ...