随笔分类 -  Docker

摘要:#1. UOS系统下载 统信UOS桌面专业版x86_64https://www.chinauos.com/resource/ #2. 在 Hyper-V 虚拟机中进行安装 #3. UOS进入开发者模式 #4. 安装 Docker https://docs.docker.com/engine/inst 阅读全文
posted @ 2021-03-28 00:13 jinzesudawei 阅读(1346) 评论(0) 推荐(0) 编辑
摘要:背景:运行 Docker Desktop,启动其 Hyper-V 实例失败 错误:Hardware assisted virtualization and data execution protection must be enabled in the BIOS 解决: 问题可能在于 禁用了Hype 阅读全文
posted @ 2020-03-16 00:38 jinzesudawei 阅读(2660) 评论(0) 推荐(0) 编辑
摘要:需求如题。 解决方案1 - 挂载目录(适用于创建新的容器) 格式-v 容器目录 或 -v 本地目录:容器目录 范例Linux宿主环境下:使用镜像 nginx:latest,以后台模式启动一个容器,将容器的 80 端口映射到主机的 80 端口,主机的目录 /data 映射到容器的 /data。 Win 阅读全文
posted @ 2019-11-17 00:18 jinzesudawei 阅读(4686) 评论(0) 推荐(0) 编辑
摘要:部署了两个独立的容器: Container #1 - Web ClientContainer #2 - SQL Server 不同容器间如何互访? 无法从 Container #1 访问到 Container #2,ping 不通。 检查网络状态 安装 Docker 时,会自动创建 3 个网络。 d 阅读全文
posted @ 2019-11-04 00:20 jinzesudawei 阅读(3210) 评论(0) 推荐(0) 编辑
摘要:镜像仓库 https://hub.docker.com/_/microsoft-mssql-server 拉取镜像并进行安装(以 SQL Server 2019 CTP 3.2 为例) 创建容器并启动(在 PowerShell 环境下) 使用 SSMS 登录数据库 参考资料 https://octo 阅读全文
posted @ 2019-11-03 20:53 jinzesudawei 阅读(1908) 评论(0) 推荐(1) 编辑
摘要:环境:Docker v19.03.4 + Kitematic Issue:(HTTP code 404) no such image - no such image: elasticsearch:latest: No such image: elasticsearch:latest 解决:默认的 l 阅读全文
posted @ 2019-11-03 17:46 jinzesudawei 阅读(673) 评论(0) 推荐(0) 编辑
摘要:本教程为在 Docker 中配置 .Net Core,如果想在树莓派 Raspbian 系统中配置 .Net Core,请参考:[IOT] - 在树莓派的 Raspbian 系统中安装 .Net Core 3.0 运行环境。 硬件:Raspberry Pi 4 Model B 系统:Raspbian 阅读全文
posted @ 2019-07-17 01:33 jinzesudawei 阅读(1204) 评论(0) 推荐(0) 编辑
摘要:Issue: 删除命令执行失败 如果在 CMD 命令提示符下删除容器可能失败,可切换至 PowerShell 中执行成功。 Doker 常用命令 阅读全文
posted @ 2018-11-03 00:06 jinzesudawei 阅读(2647) 评论(1) 推荐(1) 编辑
摘要:另一篇:在 Docker 中手工部署 ASP.NET Core 应用 操作步骤 1. 安装 Docker For Windows(安装之前 Windows 需要 开启 Hyper-V 虚拟机功能 ) https://store.docker.com/editions/community/docker 阅读全文
posted @ 2018-10-30 01:08 jinzesudawei 阅读(355) 评论(0) 推荐(0) 编辑
摘要:另一篇:在 Visual Studio 中部署 ASP.NET Core 应用 操作步骤 1. 安装 Docker For Windows(安装之前 Windows 需要开启 Hyper-V 虚拟机功能) https://store.docker.com/editions/community/doc 阅读全文
posted @ 2018-10-30 00:45 jinzesudawei 阅读(641) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示