From 46a849e7a0e411a4fcd26cc8f5bb417a0f495693 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:58:32 +0000 Subject: [PATCH] update --- docs/en/guide/docker/docker_custom.md | 4 +++- docs/guide/docker/docker_custom.md | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/en/guide/docker/docker_custom.md b/docs/en/guide/docker/docker_custom.md index 461ae4241c..d45956cb48 100644 --- a/docs/en/guide/docker/docker_custom.md +++ b/docs/en/guide/docker/docker_custom.md @@ -185,7 +185,9 @@ docker rmi jlesage/firefox - No need to consider whether to support nested virtualization and server architecture. - Supports sound mapping -Sound mapping is supported **Host requires at least 1 core, 2G RAM, and 5G hard disk, and the size of the container to be opened will take up a minimum of 1G hard disk**. +**Host requires at least 1 core, 2G RAM, and 10G hard disk, and the size of the container to be opened will take up a minimum of 1G hard disk** + +**It is better to hang the execution in the screen during the first installation, to avoid long running SSH connection disconnection** **Opening** diff --git a/docs/guide/docker/docker_custom.md b/docs/guide/docker/docker_custom.md index 9bbef2b926..70f4d75a63 100644 --- a/docs/guide/docker/docker_custom.md +++ b/docs/guide/docker/docker_custom.md @@ -189,7 +189,9 @@ docker rmi jlesage/firefox - 无需考虑是否支持嵌套虚拟化和服务器的架构 - 支持声音映射 -**宿主机需要至少1核2G内存5G硬盘,开设的容器大小将占用起码1G硬盘** +**宿主机需要至少1核2G内存10G硬盘,开设的容器大小将占用起码1G硬盘** + +**首次安装过程中最好在screen中挂起执行,避免长时间运行SSH连接断开** **开设** @@ -218,6 +220,12 @@ rm -rf /usr/local/bin/password_${PORT} docker rmi lscr.io/linuxserver/chromium ``` +**注意事项** + +- nginx,caddy等https映射的时候要映射3004的端口,不要映射3005端口 +- 部署以后安静的等待15分钟,不然中文库没安装全,会出现不可预料的错误 +- 进入远程桌面浏览器以后点击左侧的设置->点开输入法进行设置,不然没法输入中文 + ## 一键开设Desktop的容器 - 已设置崩溃自启