rcore-os / zCore

Zircon microkernel reimplemented in Rust.
MIT License
1.71k stars 208 forks source link

Add ubuntu:20.04 docker develop environment support #332

Closed 0400H closed 2 years ago

0400H commented 2 years ago

Signed-off-by: 0400h git@0400h.cn

shzhxh commented 2 years ago

zCore is an OS kernel, and this PR is about building the Docker development envirenment. I think there is no need to create a directory at the top workspace, we should keep it neat. My advice is to put relative content in the docs directory.

0400H commented 2 years ago

zCore is an OS kernel, and this PR is about building the Docker development envirenment. I think there is no need to create a directory at the top workspace, we should keep it neat. My advice is to put relative content in the docs directory.

It is general practice for docker as part of tools to be placed in the root directory.

Just like rcore/tools/docker.

YdrMaster commented 2 years ago

fixes #317