-
Book Overview & Buying
-
Table Of Contents
The Complete Practical Docker Guide
By :
The Complete Practical Docker Guide
By:
Overview of this book
Docker is a software framework for building, running, and managing containers on servers and the cloud. In this course, you’ll start by installing Docker on your computer - macOS, Windows, or Linux. Afterward, you’ll jump into tons of practice activities and use different Docker features. You’ll pull different Docker images and run multiple containers using them.
In practice sections, you’ll perform multiple practice Docker activities, such as running Docker containers in the foreground and background, then connecting to certain processes in Docker from the terminal. After that, you’ll learn to expose internal container ports to the outside and add environment variables for containers. You’ll also create custom names and hostnames for containers, create a custom bridge network and run multiple containers inside of it, communicate between containers, and persist container folders using volumes mapping.
Next, you’ll also learn and practice how to use different Docker images (view and edit them). For that, you will not use the terminal; instead, you’ll use the GUI application Visual Studio Code.
By the end of this course, you’ll gain fundamental practical knowledge of Docker and be able to easily use it for the development and testing of your applications.
Most importantly, you’ll understand Docker’s main features such as Docker Volumes, Docker networking, and environment variables.
All the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/docker
Table of Contents (29 chapters)
Introduction to the Course
Docker Installation
Basic Docker Container (Ubuntu, Busybox, Alpine)
Port and Volume Mapping in the Docker Containers
Docker Containers Management (Ubuntu, Nginx)
Running Python Applications in Docker
Running Node.js Applications in Docker
Running MongoDB Containers
Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)
Default and Custom Bridge Networks in Docker (WordPress, MySQL)
Additional Containers – Elasticsearch, Redis, Httpd
Docker on Practice Summary and Introduction to the Docker Fundamentals
What is Docker and Docker Components
Introduction to the Images and Containers
Getting Started with Linux
Processes in Linux
Data Streams and Piping in Linux
Files and Directories Management in Linux
Search Operations in Linux
Compressing and Sorting in Linux
User Management and Permissions in Linux
Executable Files and Scripting in Linux
Networking in Linux
Environment Variables in Linux
Launching Course Project Application without Docker
Building Custom Images Using Dockerfiles
Launching Multiple Services Using Docker Compose
Exploring Docker Compose Setup
Course Summary