Further reading
You can check the following links for more information about the topics covered in this chapter:
- Docker Command-Line Reference: https://docs.docker.com/engine/reference/commandline/cli/
- Docker multi-stage builds: https://docs.docker.com/develop/develop-images/multistage-build/
- Docker Compose Version 2 Specification: https://docs.docker.com/compose/compose-file/compose-file-v2/
- Docker Compose Command-Line Reference: https://docs.docker.com/compose/reference/
- Docker Compose start order: https://docs.docker.com/compose/startup-order/
- uWSGI Quickstart for Python Applications: http://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html
- Bash-Automated Test System: https://github.com/sstephenson/bats
- GNU Make Phony Targets: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
- GNU Make Functions: https://www.gnu.org/software/make/manual/html_node/Functions.html#Functions