|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-docker-from-the-scratch-and-prepare-for-job-interview/
课程评论:没有评论
课程名称:学习Docker并准备求职面试 课程概述:本课程将向您介绍DevOps的基本概念,DevOps是软件开发与信息技术运营的结合,使企业能够更快地交付应用程序。通过将开发团队和运营团队融合在一起,DevOps减少了软件开发过程中的冗余。此外,课程还涵盖了DevSecOps这一文化转变,旨在将安全性融入现代应用开发和部署中快速发布的周期。 DevOps已经在多个方面彻底改变了工作场所,越来越多的DevOps相关职位正在增加,且其在高需求职业中的排名持续上升。DevOps的重要性在于它是一种软件开发与运营的方法,能够加快新产品的开发并简化现有部署的维护。 课程还将探讨容器技术。容器化是将软件代码与运行所需的操作系统库及依赖项打包以创建一个轻量级的可执行单元——容器。与虚拟机相比,容器更具可移植性和资源效率,已成为现代云原生应用的事实计算单元。 最后,您将了解Docker的基本构成,Docker是一套平台即服务产品,采用操作系统层虚拟化技术,通过称为容器的包来交付软件。容器彼此隔离,捆绑其自身的软件、库和配置文件,并可以通过明确的通道进行通信。 通过本课程,您将掌握Docker的基本知识,并为即将到来的面试做好准备。
DevOps is a combination of software development and information technology operations that enables businesses to deliver applications at a faster pace. It brings together development and operations teams so there are fewer redundancies in the software development processDevSecOps is a culture shift in the software industry that aims to bake security into the rapid-release cycles that are typical of modern application development and deploymentDevOps has revolutionized workplaces in many ways. The number of DevOps-related jobs are increasing, while its rank as an in-demand jobDevOps is important because it's a software development and operations approach that enables faster development of new products and easier maintenance of existing deploymentsWhat is containerization?Containerization is the packaging of software code with just the operating system (OS) libraries and dependencies required to run the code to create a single lightweight executable-called a container-that runs consistently on any infrastructure. More portable and resource-efficient than virtual machines (VMs), containers have become the de facto compute units of modern cloud-native applicationsWhat is Docker ?Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels