July 2019
Beginner to intermediate
302 pages
9h 38m
English
The first step is to install Docker. Docker has two versions: one is the Community Edition (Docker CE), while the other is the Enterprise Edition (Docker EE). In this chapter, we will only use Docker CE. Docker installation steps vary in terms of the operating system you use. The detailed steps for each operating system can be found at https://docs.docker.com/install/.
Once Docker CE has been successfully installed, head over to the Terminal and run the following ...