From df8d1124c68b62bb98c71b6071abf5efe6293dba Mon Sep 17 00:00:00 2001 From: sablin39 <1020030829@qq.com> Date: Fri, 7 Jul 2023 13:09:12 +0800 Subject: [PATCH] add docker descriptions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 576806f66..aa273ac88 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To run the docker image, you can use the following command. ```bash docker run docker run -it -v :/app/metagpt/config -v :/app/metagpt/workspace metagpt: ``` -This command mounts the config folder and workspace folder in the host machine, and you should use absolute directory of these folders. The `command` is what you want to run, you can set it as `/bin/bash -c "cd metagpt && python startup.py "Write helloworld in python""` or just `/bin/bash` for interactive terminal. +This command mounts the config folder and workspace folder in the host machine, so the container can use the same comfiguration and store the works in the host machine. You should use absolute directory of these folders. The `command` is what you want to run, you can set it as `/bin/bash -c "cd metagpt && python startup.py "Write helloworld in python""` or just `/bin/bash` for interactive terminal. ## Tutorial: Initiating a startup