Chapter 15, Docker Workflows
Here are some sample answers to the questions presented in this chapter:
- The Nginx (web) container serves the website; the WordPress (WordPress) container runs the code that is passed to the Nginx container.
- The
wp
container runs a single process, which exists once it runs. - cAdvisor keeps metrics for only 5 minutes.
- You would use
docker-compose down --volumes --rmi all
.