Containerization with Docker by Example

所在平台: Udemy

课程主页: https://www.udemy.com/course/containerization-with-docker-by-example/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Docker 容器化实战 **课程概述:** 本课程旨在解决开发到生产环境不匹配的问题,帮助您将应用程序打包成自包含的容器,从而最大限度地减少对服务器配置软件多样性的依赖,并消除配置应用程序服务器的繁琐开销。Docker 运行时允许您将应用程序部署为容器,无论宿主机配置如何,都能获得一致的体验。每个容器拥有独立的、自包含的配置,不依赖于宿主机,这使得“微服务”可以随时随地轻松部署,无需担心服务器配置问题。例如,一个后端 API 和一个前端应用,这两个通常被视为独立的服务,通过 Docker 可以被容器化,并在开发和生产环境中使用相同的步骤轻松部署。 **学习内容:** 您将通过实际示例来学习如何使用 Docker,包括: * 创建自定义 Docker 镜像。 * 在任何机器上部署这些镜像作为容器。 * 实现容器之间或容器与宿主机之间的通信。 **学习目标:** 完成本课程后,您将对 Docker 有足够深入的了解,能够将所学知识应用于您自己的项目中。

课程评论(0条)

课程详情

Have you been struggling taking your application from development to production because your environments don't match? Do you want your applications to be self-contained, minimizing the software diversity needed on every server? Are you tired of the overhead necessary when configuring application servers? Look no further because Docker has you covered! The Docker runtime allows you to deploy applications as containers while having the same experience regardless of the host computer's configuration. Each container receives its own configuration which is self-contained and not dependent on the host, making it easy to take these "micro-services" anywhere at any time, without the headache of configuring servers. Take the example of a backend API and a frontend application. Typically, these would be two services. With Docker, these two applications would be containerized and deployed with ease using the same steps in development as production. In this course you'll learn how to use Docker through actual examples. You'll see how to create your own custom images, deploy those images as containers on any machine, and have them communicate to each other or the host machine. By the end of the course you'll be familiar enough with Docker to apply your knowledge towards your own projects.

课程标签

0人关注该课程

主题相关的课程