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 7
Understanding “Dockerfile” File
Content Locked
Section 4
Add/Copy Data into Containers
In this video, we will understand Ways to add/copy data to images - Understand the ADD and COPY commands in a Dockerfile - Learn how to ADD or COPY files to an image