Blog / Docker
8 Posts
Docker
Docker Dockworker Docker Objects (Docker Objects) Images: an executable file of Docker that includes all the code content, dependencies, environment variables, and configuration files needed to run an application. Containers: instances of images after they are run. Network: network methods for external or container-to-container access, such as host mode and bridge mode. Data Volumes: data storage between the container and the host machine, or between containers.
查看全文任务3-基于容器的持续集成部署任务(10分)
第零套(流水线springcloud)-docer 该公司决定采用GitLab +Jenkins来构建CICD环境,以缩短新功能开发上线周期,及时满足客户的需求,实现DevOps的部分流程,来减轻部署运维的负担,实现可视化容器生命周期管理、应用发布和版本迭代更新,请完成GitLab +Jenkins的CICD环境部署。 【题目1】安装Jenkins环境 在master节点上使用镜像jenkins/
查看全文任务2-基于容器的web应用系统部署任务(10分)
ChinaSkillsMall-1(GZ-2021040/1) 云梦公司开发了一套基于SpringBoot+MyBatis微服务架构的ChinaSkillsMall电商系统,并实现全容器化部署,ChinaSkillsMall电商应用系统架构图如下: | 模块 | 说明 | | ------------ | ------------ | | mall-monitor | 监控中心
查看全文Task 1 - Installation of Docker CE and Private Repository (5 points)
Container Cloud Setup Task 1. Docker CE and Harbor Private Repository Installation Task (1) Install Docker CE and Docker Compose Use the k8s_harbor_install.sh script for one-click installation on the master node [root@master opt]# sh k8s_harbor_install.sh (2) Install Private Repository Use k8s_image_push.sh on the master node [root@mast
查看全文GitLab Jenkins basics
git lab jenkins img The above is the entire Git workflow: Actually, all of the above are some Git commands. For now, let's not worry about what these commands do. There are four major components here, which are: Remote: Remote repository Repository: Local repository Index: Staging area Workspace: Working directory Remote remote repository:
查看全文