Book Image

Docker Fundamentals

By : Sreeprakash Neelakantan
Book Image

Docker Fundamentals

By: Sreeprakash Neelakantan

Overview of this book

Docker is a leading software container platform. Using containers, Docker guarantees that a particular application will always run the same, regardless of where it's deployed. The course begins with a basic introduction to Docker, and explore our first Hello world! example. You then move on to Docker installation and more Hello world! examples on various platforms, and explore the Docker architecture and its major components such as the Docker Registry, Docker containers, and so on. Moving ahead, you will delve deeply into understanding Docker containers — one of the most important features in Docker. We also look at container and data management, customizing Docker images using Dockerfile, uploading images to the registry, and Dockerfile best practices. Along with learning Docker, you will also learn how Docker simplifies DevOps automation. By the end of this course, you will successfully deploy applications in a Docker container. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Docker-Fundamentals
Table of Contents (9 chapters)
Chapter 4
Exploring a Docker Container
Content Locked
Section 1
Create a Container
How to create Docker containers? - Understand steps to create Docker containers - Run the Docker container - Learn what to do if we want to keep our containers running or active