Essential Docker for ASP.NET Core MVC

داکر مجموعه ای از ابزارها برای ایجاد و اجرای برنامهها در containerها است که برنامه را از دهها و یا حتی صدها برنامهی دیگری که در سرور در حال اجرا هستند ایزوله میکند. هر برنامه در برابر برنامههای دیگر در حال اجرا در سرور محافظت میشود، به گونه ای که به نظر میرسد که این تنها برنامهی در حال اجرا بر روی سرور است.
این کتاب چگونگی استفاده از داکر در برنامههای ASP.NET Core MVC را شرح میدهد و نشان میدهد که کانتینرها توسعه، انتشار و مدیریت این برنامهها را در حالت production آسان میکند.
برای این که از این کتاب حداکثر استفاده را ببرید، شما باید با .NET Core و ASP.NET Core MVC آشنا باشید که شامل چگونگی ایجاد، کامپایل و اجرای پروژه بر روی Visual Studio و Visual Studio Code میشود. شما همچنین باید آشنایی پایه ای با Windows، Linux و یا macOS داشته باشید تا بتوانید دستورات را از طریق خط فرمان اجرا کنید.
Find out how to use Docker in your ASP.NET Core MVC applications, and how containers make it easier to develop, deploy and manage those applications in production environments. Packed with examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web applications from development into production.
Best-selling author Adam Freeman takes you on a whirlwind tour of Docker, from creating a consistent development environment for your team to deploying a project and scaling it up in production. By the end of the book, you will have a solid understanding of what Docker does, how it does it and why it is useful when developing and deploying ASP.NET Core MVC applications.
What You Will Learn
Gain a solid understanding of Docker: what it is, and why you should be using it for your ASP.NET Core MVC applications
Use Docker to create a development platform for ASP.NET Core MVC so that applications behave consistently across development and production
Use Docker to test, deploy and manage ASP.NET Core MVC containers
Use Docker Swarms to scale up applications to cope with large workloads
Who This Book Is For
ASP.NET Core MVC developers who want to use Docker to containerize and manage their applications
Table of Contents
Chapter 1: Understanding Docker
Chapter 2: Essential Docker Quick Reference
Chapter 3: Getting Ready
Chapter 4: Docker Images and Containers
Chapter 5: Docker Volumes and Networks
Chapter 6: Docker Compose
Chapter 7: Docker Swarms
Chapter 8: Containerized Development

