前提 存在一个列表:list1=['egon', 'lxx', [1,2]] list1的内存图示: 列表赋值操作,二者不可分割 list2=list1,此操作使二者不可分割...
前提 存在一个列表:list1=['egon', 'lxx', [1,2]] list1的内存图示: 列表赋值操作,二者不可分割 list2=list1,此操作使二者不可分割...
在虚拟机或容器中运行Python文件报错ImportError: libgthread-2.0.so.0: cannot open shared object file: N...
学习目标: 了解 Kubernetes 的起源和发展 掌握如何使用 kubeadm搭建 Kubernetes 集群 查看 Kubernetes 集群部署状态 4-1 Kube...
3-1 为什么需要Docker?k8s与Docker的关系? 3.1.1 Docker VS 虚拟机 官方解释:Package Software into Standardi...
学习目标: 熟悉 Spring Boot 博客应用 kubeblog的架构,功能 安装 Docker,mysql,IDEA,Maven 掌握博客项目的打包,运行 2-1 如何...
工具列表 CVE https://cve.mitre.org/[https://cve.mitre.org/] 代码扫描 https://snyk.io/[https://s...
https://sysdig.com/[https://sysdig.com/]
下载示例代码 示例代码下载(flask + redis healthcheck) 本节源码[https://dockertips.readthedocs.io/en/late...
app 代码层面的漏洞 镜像 选择官方认证的基础镜像 镜像的漏洞扫描 容器 容器的漏洞扫描 容器的实时监控 主机 Linux Kernel Kernel namespaces...
在线文档部署源码[https://github.com/InsaneLoafer/docker.tips.git] Ansible入门系列视频:B站 https://spac...
搜索buildx的例子 Docker Setup Buildx · Actions · GitHub Marketplace[https://github.com/marke...
flask-redis源码链接[https://github.com/InsaneLoafer/flask-redis.git] 修改docker-build.yml文件 g...
Github Actions官网[https://github.com/features/actions]官方学习网址 GitHub Learning Lab[https:/...
自动化构建和提交镜像 服务部署
swarm 部署投票 app GitHub源码 https://github.com/dockersamples/example-voting-app[https://git...
swarm 使用 local volume 本节源码,两个文件 docker-compose.yml mysql_pass.txt 使用local volume 使用dock...
文档 https://docs.docker.com/engine/swarm/secrets/[https://docs.docker.com/engine/swarm/s...
docker-compose只能在单机上使用,而stack则是swarm版本的docker-compose,二者均能使用docker-compose.yaml文件部署应用。 ...
如何像docker-compose一样部署多服务应用,这一节我们先看手动的方式 创建一个mynet的overlay网络 创建一个redis的service 创建一个flask...
内部负载均衡和 VIP 创建一个mynet的overlay网络,创建一个service 创建一个client 尝试进入client这个容器,去ping web这个servic...