【发布时间】:2018-07-02 13:57:29
【问题描述】:
按照Docker documentation for Rust,如果没有could not determine the current user, please set $USER,我无法使用cargo new 创建新项目。这是我正在使用的命令:
docker run -it --rm -v "$PWD":/app -w /app rust:1.27.0-slim-stretch cargo new project --bin
【问题讨论】: