上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 83 下一页
摘要: 在 Docker 节点上,以单引擎模式(Single-Engine Mode)进行多容器应用的部署和管理。通过一个声明式的配置文件描述整个应用,从而使用一条命令完成部署。 解析基于一个 YAML 文件定义多容器应用。 查看版本: docker-compose --version 如何定义: YAML 阅读全文
posted @ 2020-12-26 18:09 winyh 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Docker 重启 systemlctl restart docker 1.docker veriosn 查看详细版本。 该命令用来检测客户端和服务端是否都已经成功运行,并且可以互相通信如果能成功获取来自客户端和服务端的响应,那么可以继续后面的操作。 2.docker --version 查看版本号 阅读全文
posted @ 2020-12-24 16:28 winyh 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 报错: Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('html').use(<Plugin>) first. 配置 if (isProd) { config .plugin("htm 阅读全文
posted @ 2020-12-11 16:25 winyh 阅读(16760) 评论(2) 推荐(1) 编辑
摘要: import { useStore } from "vuex" import { getCurrentInstance, computed } from "vue" setup(){ const store = useStore() // 获取store 实例 const { ctx } = get 阅读全文
posted @ 2020-12-10 12:10 winyh 阅读(3376) 评论(0) 推荐(0) 编辑
摘要: JSON.stringify(graph.toJSON(), null, "\t") 阅读全文
posted @ 2020-12-07 17:18 winyh 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 83 下一页