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

Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
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.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 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

Year
2020
ISBN
9781838986131
Edition
1

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