Book Image

Docker - A Better Way to Build Apps [Video]

By : Randall Smith
Book Image

Docker - A Better Way to Build Apps [Video]

By: Randall Smith

Overview of this book

Docker is one of the world’s best software container platforms. The use of containers in Docker makes it easy to develop, deploy and execute applications. Abstraction helps developers to run applications inside the containers. Docker containers enable developers to make changes to their Docker pictures and also control the versions of the pictures. With the help of Docker, we can build a container image and use it multiple times during deployment..You will start with promptly installing Docker and start working with images and containers. You will be introduced to different types of containers and their applications, we would also guide you on how to find and build images. You will also gain knowledge on how you can contribute to the image repository by publishing different images. This will accustom you with the image building process and you will be able to successfully run your programs within containers.By the end of this course, you will be confident in deploying your applications using Docker and will have a clear understanding of concepts, techniques, and practical methods to get it running in production systems.
Table of Contents (4 chapters)
Chapter 1
Installing and Deploying Docker
Content Locked
Section 3
Installing Docker on Linux
Learn about the different Docker editions and three ways to install Docker on a local Linux server. - Develop an understanding about the community and enterprise releases - Install Docker from the official repository via the install script - Install Docker using Docker-machine.