LearningOS / rust-based-os-comp2023

2023秋冬季开源操作系统训练营
https://github.com/LearningOS/rust-based-os-comp2023
GNU General Public License v3.0
2.13k stars 351 forks source link

[Bug] 标题示例: make docker时,不能挂载本地目录 #158

Open sdhzlzhk opened 1 year ago

sdhzlzhk commented 1 year ago

Describe the bug 执行make docker后,不能挂载本地工作目录到容器内

To Reproduce Steps to reproduce the behavior:

  1. 我使用的是基于Debian 的Deepin20的操作系统,使用非root用户操作
  2. 执行docker实验环境配置时,make docker 无法将本地工作目录挂载到容器内的/mnt目录上 3、修改Makefile中的docker命令,修改${shell pwd}才能生效

Expected behavior 期望本地实验代码目录挂载到容器内的/mnt目录上

Screenshots image

Environment (please complete the following information):