Technical requirements
For instructions on how to install the tools used in this book and how to access the source code for this book, see the following chapters:
- Chapter 21, Installation Instructions for macOS
- Chapter 22, Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu
The code examples in this chapter all come from the source code in $BOOK_HOME/Chapter04
.If you want to see the changes that were applied to the source code in this chapter, that is, see what it took to add support for Docker, you can compare it with the source code for Chapter 3, Creating a Set of Cooperating Microservices. You can use your favorite diff
tool and compare the two folders, $BOOK_HOME/Chapter03/2-basic-rest-services
and $BOOK_HOME/Chapter04
.