摘要:
1 Docker安装Kafka安装zookeeper教程(超详细) 2 app-tier:网络名称 3 -driver:网络类型为bridge 4 1.docker network create app-tier --driver bridge 5 6 1、安装zookeeper 7 Kafka依赖 阅读全文
随笔分类 - Docker
docker 安装kafa后为什么一直重启
2023-11-03 00:10 by freshfresh, 285 阅读, 收藏, 编辑
摘要:
Restarting (1) Less than a second ago 删掉之前的配置文件 Docker重启 sudo systemctl restart docker 阅读全文
grafana Restarting (1) 43 seconds ago
2023-10-26 10:55 by freshfresh, 42 阅读, 收藏, 编辑
摘要:
1 version: '3.8' 2 services: 3 grafana: 4 image: grafana/grafana-enterprise 5 container_name: grafana 6 restart: unless-stopped 7 ports: 8 - '3000:300 阅读全文
最简单的Docker部署.netcore webApi 一看就会
2023-10-22 00:54 by freshfresh, 2160 阅读, 收藏, 编辑
摘要:
学会如何使用Docker部署.NET Core WebAPI 用vscode新建一个文件,文件名存为:dockerfile 不要后缀名 本地发布一下项目,然后把dockerfile放到发布后的目录里或则选择属性始终复制 创建完之后,发布一下,然后到publish文件夹下面新建个dockerfile, 阅读全文
Docker启动失败,报错Cannot connect to the Docker daemon at unix:///var/run/docker 完美解决方案
2023-10-21 11:02 by freshfresh, 1284 阅读, 收藏, 编辑
摘要:
问题描述: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 首次安装docker后,服务没有自启动 解决方案: 查看docker状态 1 service 阅读全文
Docker启动报错:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
2023-10-21 10:42 by freshfresh, 557 阅读, 收藏, 编辑
摘要:
问题描述: Docker启动报错:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon 阅读全文