Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Docker Certified Associate (DCA): Exam Guide

You're reading from   Docker Certified Associate (DCA): Exam Guide Enhance and validate your Docker skills by gaining Docker certification

Arrow left icon
Product type Paperback
Published in Sep 2020
Publisher Packt
ISBN-13 9781839211898
Length 612 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Francisco Javier Ramírez Urea Francisco Javier Ramírez Urea
Author Profile Icon Francisco Javier Ramírez Urea
Francisco Javier Ramírez Urea
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Section 1 - Key Container Concepts
2. Modern Infrastructures and Applications with Docker FREE CHAPTER 3. Building Docker Images 4. Running Docker Containers 5. Container Persistency and Networking 6. Deploying Multi-Container Applications 7. Introduction to Docker Content Trust 8. Section 2 - Container Orchestration
9. Introduction to Orchestration 10. Orchestration Using Docker Swarm 11. Orchestration Using Kubernetes 12. Section 3 - Docker Enterprise
13. Introduction to the Docker Enterprise Platform 14. Universal Control Plane 15. Publishing Applications in Docker Enterprise 16. Implementing an Enterprise-Grade Registry with DTR 17. Section 4 - Preparing for the Docker Certified Associate Exam
18. Summarizing Important Concepts 19. Mock Exam Questions and Final Notes 20. Assessments 21. Other Books You May Enjoy

To get the most out of this book

In order to follow the book's labs and examples, it is recommended to have Docker Engine installed on your computer. A set of virtual environments is provided for you to allow you to run all the labs without modifying your computer. There are also many labs in which you have to deploy clusters, with many nodes involved. The labs will deploy virtual machines so you don't have to install many nodes, although you can deploy all the labs on your own infrastructure of hosts.

The provided virtual environments require Vagrant (https://www.vagrantup.com/) and VirtualBox (https://www.virtualbox.org/) to be installed on your computer. Docker images and software will be downloaded from the internet, so internet connectivity is also required. The following table shows the computer resources required to run all of the book's labs. You will free up resources by destroying environments once all the labs from each section or chapter are completed.

Software/hardware covered in the book

Chapters

OS requirements for running virtual environments

Docker standalone platform (Docker Engine) 1 to 7 2 vCPU, 4 GB of RAM, and 10 GB of disk space.
Docker Swarm cluster platform 8 4 vCPU, 8 GB of RAM, and 50 GB of disk space.
Kubernetes cluster platform 9 4 vCPU, 8 GB of RAM, and 50 GB of disk space.
Docker Enterprise platform 11, 12, and 13 8 vCPU, 16 GB of RAM, and 100 GB of disk space.

The labs from chapters 1 to 6 require one node. A minimum of 2 vCPUs and 4 GB of RAM is required. The labs from chapter 8 and chapter 9 will deploy 4 and 3 virtual nodes respectively, and more local resources are required. In these cases, you will need at least 4 vCPUs and 8 GB of RAM on your computer. The Docker Enterprise labs require more resources because the platform has quite large CPU and memory requirements per virtual node. These labs will run smoothly with at least 8 vCPUs and 16 GB of RAM because the Vagrant environment will deploy 4 virtual nodes with 4 GB of RAM per node.

In terms of disk space, your computer should have at least 100 GB of free disk for the biggest environment.

The minimum required Vagrant version is 2.2.8, while the minimum required version of VirtualBox is 6.0.0. The labs can be executed on macOS, Windows 10, and Linux. The labs were tested on the Ubuntu Linux 18.04 LTS and Windows 10 Pro operating systems during the writing of this book.

All labs can be executed on Docker Swarm, Kubernetes, and Docker Enterprise, although it is recommended to use virtual environments to execute all the labs' steps, including installation procedures.

If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Before taking the exam, ensure that you understand and can answer all the questions in Chapter 15, Mock Exam Questions and Final Notes. The questions in this chapter are quite close to the ones currently present in Docker Certified Associate exam.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packtpub.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the Support tab.
  3. Click on Code Downloads.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Docker-Certified-Associate-DCA-Exam-Guide. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Code in Action

Code in Action videos for this book can be viewed at https://bit.ly/34FSiEp.

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: http://www.packtpub.com/sites/default/files/downloads/9781839211898_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "We can configure the shared storage we need to execute the reconfigure action."

A block of code is set as follows:

apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: test-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

services:
colors:
image: codegazers/colors:1.16
deploy:
replicas: 3

Any command-line input or output is written as follows:

$ sudo mount -t nfs 10.10.10.11:/data /mnt
$ sudo cp -pR /var/lib/docker/volumes/dtr-registry-c8a9ec361fde/_data/* /mnt/

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The screenshot shows the Garbage collection configuration page."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image