# sync-tool **Repository Path**: caffeaulait/sync-tool ## Basic Information - **Project Name**: sync-tool - **Description**: automation tool for syncing code to openEuler community - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SYNC_TOOL **build the image** ``` docker built -t sync_tool . ``` **start the container** ``` docker run -it -p 8080:81 --env USER=XXX --env EMAIL=XXX --env PASS=XXX --env TOKE=XXX sync_tool ```