# ndisk **Repository Path**: czy21/ndisk ## Basic Information - **Project Name**: ndisk - **Description**: 使用webdav协议管理网盘文件 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-12 - **Last Updated**: 2023-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ndisk ```bash bash build.sh && docker build --tag registry.cluster.com/library/ndisk:master --no-cache --file Dockerfile . docker run --rm --env CONFIG_FILE=/app/app.yaml --name ndisk --mount type=bind,src=/home/opsor/ndisk/backend/build/app.yaml,dst=/app/app.yaml -p 8080:8080 registry.cluster.com/library/ndisk:master ```