Video description
Docker in Motion teaches you how to create and manage container-hosted applications in Docker. With over 2 hours of hands-on, practical video lessons, you'll learn the ins and outs of Docker and discover how to apply what you've learned to your own day-to-day development. Starting with an overview of Docker, you'll dive into the commands and techniques you'll need for running and managing containers, creating, modifying, saving and uploading Docker images from scratch, running and building multiple containers with Docker Compose, and more.
About the Technology
Docker creates sandboxed environments, called containers, that isolate your applications from the underlying infrastructure, making them much easier to deploy, migrate, scale, and remove. Each Docker container includes the application and all its dependencies in a single deployable package. Docker has rapidly become a nearly universal part of IT infrastructure in millions of Linux and cloud-based deployments worldwide, including big shops like eBay and Lyft. It's time to join them!
About the Video
What's Inside
- An introduction to Docker and how it works
- Image management
- Creating Docker images
- Managing containers
- Storing and managing data in volumes
- Linking your Docker containers
- Running a web server which is connected to a database
- Configuring containers using docker-compose
About the Reader
No experience with Docker is required. The course assumes basic familiarity with Linux and software development.
About the Author
Peter Fisher is a freelance web and mobile app developer. He's the host of the HowToCodeWell YouTube channel, where he posts weekly tutorials and talks on web development and other subjects.
Quotes
This course changed my development practices for the better.
- Damien White, Visoft, Inc.
Easy to follow, convenient, fluid video, awesome material.
- Anonymous
A clear and easy to understand guide to the principles and internal working of the Docker ecosystem.
- Jeff Samuelsen
Table of contents
- INTRODUCTION TO DOCKER
- DOCKER IMAGES
- HOW TO CREATE A DOCKER IMAGE
- DOCKER IMAGE MANAGEMENT
-
MANAGING DOCKER CONTAINERS
- How to create a container from an image
- How to create a container from an inbuilt image
- How to name a container
- How to stop a container
- How to start a container
- How to restart a container
- How to run a command against a container
- How to get inside a container
- How to adjust the working directory
- How to adjust the user
- How to run the web server
- General security good practices
- Summary
- BUILDING A DATABASE CONTAINER
- HOW TO STORE DATA
- DOCKER COMPOSE
Product information
- Title: Docker in Motion
- Author(s):
- Release date: July 2018
- Publisher(s): Manning Publications
- ISBN: 10000MNLV201711
You might also like
video
Learning Docker
In this Learning Docker training course, expert author Rick Fast will teach you how to create, …
video
Introduction to Docker CI/CD
Containers are often advertised as solving a multitude of problems relating to delivering and maintaining highly …
video
Docker Fundamentals
Docker is a leading software container platform. Using containers, Docker guarantees that a particular application will …
book
Docker in Action, Second Edition
Docker in Action, Second Edition teaches you the skills and knowledge you need to create, deploy, …