Skip to content

Commit

Permalink
Update docker_custom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Aug 14, 2023
1 parent d334353 commit 2efb6c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/guide/docker_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ ls
| 2022 | 17.5G |
| 2019 | 17G |

创建出的容器大小会比镜像大小大一丢丢,但不多

**下载脚本**

```
Expand All @@ -128,14 +130,14 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onewind
开设前务必在screen窗口中执行,避免SSH长期链接造成掉线卡死

```
./onewindows.sh 系统版本 RDP的端口 是否为外网映射(默认是N,可选Y) 是否创建镜像副本(默认是Y,可选N)
./onewindows.sh 系统版本 RDP的端口 是否为外网映射(默认是N,可选Y) 是否创建镜像副本(默认是N,可选Y)
```

如果你选择创建有镜像副本,那么你需要确认宿主机至少有镜像大小的两倍大小加10G硬盘的大小,因为docker在创建容器时得先将镜像拉到本地再创建

创建过程中,硬盘占用峰值为 宿主机系统+镜像+容器 ,好处是创建多个win的容器时无需二次拉取镜像
创建过程中,硬盘占用峰值为```宿主机系统+镜像大小+容器大小```,好处是创建多个win的容器时无需二次拉取镜像,创建多个的时候快速

如果选择本地无副本,那么硬盘占用峰值为 宿主机系统+容器 硬盘大小无需这么大,但创建过程相应的会慢很多,多次创建每次都需要拉取镜像
如果选择本地无副本,那么硬盘占用峰值为```宿主机系统+容器```,宿主机的硬盘大小无需这么大,但创建过程相应的会慢很多,多次创建每次都需要拉取镜像

比如开设占用最低的 Windows 2019 容器,映射外网端口13389,设置为外网映射

Expand Down

0 comments on commit 2efb6c7

Please sign in to comment.