# svomVTIdentification **Repository Path**: mseeworld/svom-vtidentification ## Basic Information - **Project Name**: svomVTIdentification - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-12 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker build -t astro-identify:v1.0 . docker run -d \ --name astro-identify \ -p 5335:5000 \ -v /home/vxpp/program/dataAll/VHF:/app/data \ --restart always \ astro-identify:v1.0 docker run -d \ --name astro-identify \ -p 5335:5000 \ -v /home/vxpp/program/data/VHF:/app/data \ --restart always \ registry.cn-beijing.aliyuncs.com/gwac/astro-identify:v1.0 docker tag astro-identify:v1.0 registry.cn-beijing.aliyuncs.com/gwac/astro-identify:v1.0 docker push registry.cn-beijing.aliyuncs.com/gwac/astro-identify:v1.0 docker pull registry.cn-beijing.aliyuncs.com/gwac/astro-identify:v1.0 docker stop astro-identify && docker rm astro-identify docker restart astro-identify docker rmi astro-identify:v1.0 docker rmi registry.cn-beijing.aliyuncs.com/gwac/astro-identify:v1.0 docker exec -it astro-identify sh -c "apt-get update && apt-get install -y openssh-client" docker exec -it astro-identify sh -c "cd /app && git remote set-url origin https://gitee.com/mseeworld/svom-vtidentification.git && git pull"