The Docker Workshop
eBook - ePub

The Docker Workshop

Learn how to use Docker containers effectively to speed up the development process

  1. 792 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

The Docker Workshop

Learn how to use Docker containers effectively to speed up the development process

About this book

Get started with Docker on your local machine and progress towards deploying useful applications in production with this simplified, practical guide

Key Features

  • Get a working understanding of Docker containers by incorporating them in your development process
  • Complete interesting exercises to learn how to secure and control access of your containers
  • Work with advanced features of Docker to make your development process smoother and reliable

Book Description

No doubt Docker Containers are the future of highly-scalable software systems and have cost and runtime efficient supporting infrastructure. But learning it might look complex as it comes with many technicalities. This is where The Docker Workshop will help you.

Through this workshop, you'll quickly learn how to work with containers and Docker with the help of practical activities.

The workshop starts with Docker containers, enabling you to understand how it works. You'll run third party Docker images and also create your own images using Dockerfiles and multi-stage Dockerfiles. Next, you'll create environments for Docker images, and expedite your deployment and testing process with Continuous Integration. Moving ahead, you'll tap into interesting topics and learn how to implement production-ready environments using Docker Swarm. You'll also apply best practices to secure Docker images and to ensure that production environments are running at maximum capacity. Towards the end, you'll gather skills to successfully move Docker from development to testing, and then into production. While doing so, you'll learn how to troubleshoot issues, clear up resource bottlenecks and optimize the performance of services.

By the end of this workshop, you'll be able to utilize Docker containers in real-world use cases.

What you will learn

  • Get a solid understanding of how Docker containers work
  • Network Docker images and environments to allow communication between services
  • Build and publish docker images from a CI/CD pipeline
  • Use Docker Swarm to implement production-ready environments
  • Find out how to replace Swarm with Kubernetes clusters
  • Extend your Docker images with Plugins

Who this book is for

This is the right learning asset if you are a developer or a beginner who wants to get a practical understanding of Docker containers. If you have experienced in running command shells or knowledge of IntelliJ, atom, or VSCode editors, then you will grasp the topics covered here quickly.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access The Docker Workshop by Vincent Sesto,Onur Yilmaz,Sathsara Sarathchandra,Aric Renzo,Engy Fouda in PDF and/or ePUB format, as well as other popular books in Computer Science & Cloud Computing. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. The Docker Workshop
  2. Preface
  3. 1. Running My First Docker Container
  4. 2. Getting Started with Dockerfiles
  5. 3. Managing Your Docker Images
  6. 4. Multi-Stage Dockerfiles
  7. 5. Composing Environments with Docker Compose
  8. 6. Introduction to Docker Networking
  9. 7. Docker Storage
  10. 8. CI/CD Pipeline
  11. 9. Docker Swarm
  12. 10. Kubernetes
  13. 11. Docker Security
  14. 12. Best Practices
  15. 13. Monitoring Docker Metrics
  16. 14. Collecting Container Logs
  17. 15. Extending Docker with Plugins
  18. Appendix