We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f3ddc commit 59cc93dCopy full SHA for 59cc93d
QA.md
@@ -257,4 +257,16 @@
257
258
否则检查自己的 Actions 的具体报错是什么,如果自己无法解决可以截图发到群里。
259
260
+8. 如何配置 Docker 开发环境
261
262
+ 1. 拉取 Docker 镜像
263
+ ```sh
264
+ docker pull wangben18/rcore-tutorial-v3:v0.1.0
265
+ ```
266
+ > 如果拉取镜像速度慢,可以考虑使用代理,请参考文档 [Docker pull 代理](https://www.lfhacks.com/tech/pull-docker-images-behind-proxy/) 和 [官方文档](https://docs.docker.com/engine/daemon/proxy/#systemd-unit-file)
267
+
268
269
+ 2. 运行 Docker 容器:请执行如下指令:
270
271
+ DOCKER_NAME=wangben18/rcore-tutorial-v3:v0.1.0 make docker
272
0 commit comments