docker run --rm -it \
    -u $(stat -c '%u:%g' .) \
    -v "$PWD:$PWD:ro,z" \
    -w "$PWD" \
    rust-ls "$@"