From c8a8cd3f0f0c085dd5cf7c2a953ed8be2aa2e90a Mon Sep 17 00:00:00 2001 From: tardis07 Date: Sun, 10 May 2020 00:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 双语同步修改 --- README.en.md | 14 +++----------- README.md | 11 +---------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/README.en.md b/README.en.md index 63622c7..ff07892 100644 --- a/README.en.md +++ b/README.en.md @@ -111,19 +111,11 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python37\site-packages **✔Installation steps (Docker version)** -Method 1: directly pull the deployed image (not updated in time) - ```shell -docker pull tardis07/oneforall -docker run -it oneforall -``` - -Method 2: build from `Dockerfile` (same as git version) - -```shell -docker build -t oneforall . -docker run -it oneforall +docker pull shmilylty/oneforall +docker run -it --rm -v ~/results:/OneForAll/results oneforall ``` +output will be saved in`~/results` **✨Demonstration** diff --git a/README.md b/README.md index cfa9d76..a197fdf 100644 --- a/README.md +++ b/README.md @@ -110,17 +110,8 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python38\site-packages **✔安装步骤(docker 版)** -方法一:直接拉取部署好的镜像(更新不及时) - ```shell -docker pull tardis07/oneforall -docker run -it oneforall -``` - -方法二:从 `Dockerfile` 中构建(同git版) - -```shell -docker build -t oneforall . +docker pull shmilylty/oneforall docker run -it --rm -v ~/results:/OneForAll/results oneforall ``` 结果会输出在本地目录`~/results`