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:...