March 2017
Beginner to intermediate
925 pages
18h 11m
English
I am borrowing this recipe from the next chapter to introduce some concepts. Don't worry if you don't find all the explanation in this recipe. We'll cover all the topics in detail later in this chapter or in the next few chapters. For now, let's pull an image and run it. We'll also get familiar with Docker architecture and its components in this recipe.
Get access to a system with Docker installed.
$ docker pull fedora
$ docker images

Read now
Unlock full access