Technical requirements
The code accompanying this chapter can be found at https://github.com/PacktPublishing/The-Ultimate-Docker-Container-Book/tree/main/sample-solutions/ch12.
Before we start, let’s make sure you have a folder ready for the code you are going to implement in this chapter.
Navigate to the folder where you cloned the code repository that accompanies this book. Normally, this is the The-Ultimate-Docker-Container-Book
folder in your home
folder:
$ cd ~/The-Ultimate-Docker-Container-Book
Create a subfolder called ch12
and navigate to it:
$ mkdir ch12 && cd ch12
Without further ado, let’s dive into the first topic of shipping containers and daemon logs.