|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/docker-yaml-in-a-nutshell/
课程评论:没有评论
课程名称:Docker与Yaml概述 课程概述:Docker是一种非常实用的系统/基础设施工具,它可以让您在本地计算机上模拟生产环境,或在不太改变本地设置的情况下测试多个应用程序。本课程旨在向您介绍这一有用的工具,适合Docker初学者,无需编程背景。 在本课程中,我们将从Docker的基本概念开始,逐步学习常用的Docker命令,如build、run、cp、exec和inspect。同时,我们会介绍Docker的各种概念,包括镜像、容器、网络和卷。此外,您将学习如何构建不同的Docker镜像,以及如何使用docker-compose设置一个使用多个Docker容器的完整环境。 我们还将讲解如何通过Docker Hub共享和分发您的Docker镜像。为更好地理解Docker Compose,本课程还将介绍Yaml语言的基础知识,包括基本类型(标量、列表、字典)、锚点和别名。 完成本课程后,您将能够将Docker作为工具,Yaml作为语言,轻松设置本地环境,或理解他人的Yaml配置与定义。我希望这门课程能帮助您提高日常工作效率,并在职业生涯中更好地管理这两种实用工具。
Docker is a very handy system/infrastructure tool, it will allow you to simulate production environment in your local computer, or to test multiple applications without change too much on your local settings. I would like to share this useful tool to you.In this course, we will go through basic usage of docker command and also using Yaml to write docker compose file. This course is for docker beginners, you don't need to have program background. We will start with what is docker, then go through most useful docker command like build/run/cp/exec/inspect, teach you different docker concepts like image/container/network/volume, build different docker images, and use docker-compose to setup a full environment that using multiple docker containers. You will also learn how to share/distribute your docker image to other people by using docker hub. In order to understand docker compose better, we will also introduce basic knowledge about Yaml language, including basic type scalar, list, dictionary, anchor and alias.After learning this course, you will be able to use docker as a tool and yaml as a language, to easily setup your local environment, or to understand other people's Yaml configuration/definitions. I hope it will help you to make your day to day works more productively, and manage these two useful tools in your own career.