Video description
Get started with Docker and learn how to deploy your software applications as portable, self-sufficient containers that can run on almost any server. As a platform for preparing and running distributed software applications, Docker is often compared to configuration management tools like Puppet or Ansible, or virtualization tools like VirtualBox or VMware, but Docker is actually in a category of its own, offering new ways to run software applications.
If you’re familiar with deploying and managing software applications in production, this video tutorial provides the knowledge you need to “Dockerize” an application and deploy it to the cloud using containers, images, and Dockerfiles.
You’ll learn how Docker offers powerful benefits to your organization, not only through its separation of development and operations issues, but also because of its efficiency compared to traditional Virtual Machines.
- Learn what a typical Docker implementation includes
- Understand the basics, including containers, images, Dockerfiles, and the Docker Engine vs the Docker Hub
- Start using Docker containers, images, and Dockerfiles
- Dockerize a sample Python web application and deploy it to a cloud hosting service
- Update code and its system-level dependencies once your application’s in the cloud
- Manage multiple Docker containers at once with Fig
- Learn tools and services from the Docker community
- Get recommendations for how to best experiment with Docker in your organization
If you have experience deploying and managing software applications in production, you’ll be ready to start using Docker with your own applications.
Andrew T. Baker is an independent consultant based in Washington, DC. He is the author of spin-docker, a lightweight open-source Platform-as-a-Service powered by Docker and Flask. He’s written and presented on Docker, and led tutorial sessions for both developers and sysadmins. Andrew blogs at http://www.andrewtorkbaker.com and hangs out on Twitter (@andrewtorkbaker) spreading the Docker love.
Publisher resources
Table of contents
- Welcome to the Course
- What is Docker?
- Setting up Your Development Environment
- Docker Concepts
- Working with Containers
- Working with Images
- Dockerfiles
- A Complete Docker Workflow - Part 1
- A Complete Docker Workflow - Part 2
- Using Fig
- Deploying Your Docker Application to the Cloud
- Docker Tips Tricks
- Docker and You
- Further Learning and Conclusion
Product information
- Title: Introduction to Docker
- Author(s):
- Release date: December 2014
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491916179
You might also like
video
Docker Fundamentals
Docker is a leading software container platform. Using containers, Docker guarantees that a particular application will …
book
Using Docker
Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than …
book
Docker in Action, Second Edition
Docker in Action, Second Edition teaches you the skills and knowledge you need to create, deploy, …
video
Docker Containers, Third Edition
4+ Hours of Video Instruction Docker Containers LiveLessons takes you through your first experiences understanding, running, …