You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run -it --rm rust:1.45.0-buster cargo new app
error: Failed to create package `app` at `/app`
Caused by:
could not determine the current user, please set $USER
To solve this
$ docker run -it --rm -e USER=root rust:1.45.0-buster cargo new app
It's very annoying to have to do this.
Docker user is of course root in normal use, so I want you to set it as the default value.
The text was updated successfully, but these errors were encountered:
To solve this
It's very annoying to have to do this.
Docker user is of course root in normal use, so I want you to set it as the default value.
The text was updated successfully, but these errors were encountered: