bugfix: 更正README中docker run命令的错误

This commit is contained in:
voidking 2023-10-26 10:16:07 +08:00
parent 25fa49a634
commit 44ae96d7a0
3 changed files with 10 additions and 10 deletions

View file

@ -189,8 +189,8 @@ # You can also start a container and execute commands in it
The command `docker run ...` do the following things:
- Run in privileged mode to have permission to run the browser
- Map host directory `/opt/metagpt/config` to container directory `/app/metagpt/config`
- Map host directory `/opt/metagpt/workspace` to container directory `/app/metagpt/workspace`
- Map host configure file `/opt/metagpt/config/key.yaml` to container `/app/metagpt/config/key.yaml`
- Map host directory `/opt/metagpt/workspace` to container `/app/metagpt/workspace`
- Execute the demo command `python startup.py "Write a cli snake game"`
### Build image by yourself